git @ Cat's Eye Technologies klaus / 88d1bf1
Travis: Increase socket shutdown wait time Jonas Haag 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4141 server.server_close()
4242 if 'TRAVIS' in os.environ:
4343 # This fixes some "Address already in use" cases on Travis.
44 time.sleep(0.3)
44 time.sleep(1)
4545
4646
4747 def testserver_require_auth(*args, **kwargs):