mirror of https://github.com/python/cpython
Apply same patch from 3k branch to try and prevent this test from hanging
on various platforms, most recently the Alpha Tru64.
This commit is contained in:
parent
ab56131720
commit
d0a91afa70
|
@ -380,6 +380,7 @@ else:
|
||||||
except:
|
except:
|
||||||
sys.stdout.write(''.join(traceback.format_exception(*sys.exc_info())))
|
sys.stdout.write(''.join(traceback.format_exception(*sys.exc_info())))
|
||||||
break
|
break
|
||||||
|
time.sleep(0.1)
|
||||||
|
|
||||||
def server_close(self):
|
def server_close(self):
|
||||||
# Again, we want this to run in a thread, so we need to override
|
# Again, we want this to run in a thread, so we need to override
|
||||||
|
|
Loading…
Reference in New Issue