Commit d0a91afa authored by Neal Norwitz's avatar Neal Norwitz

Apply same patch from 3k branch to try and prevent this test from hanging

on various platforms, most recently the Alpha Tru64.
parent ab561317
......@@ -380,6 +380,7 @@ else:
except:
sys.stdout.write(''.join(traceback.format_exception(*sys.exc_info())))
break
time.sleep(0.1)
def server_close(self):
# Again, we want this to run in a thread, so we need to override
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment