Commit d8eca66b authored by Jim Fulton's avatar Jim Fulton

Give tests more time before killing forked storage servers.

parent 7308aedf
......@@ -123,7 +123,7 @@ class Suicide(threading.Thread):
# The client threads in the ConcurrentUpdate tests will run for
# as long as 300 seconds. Set this timeout to 330 to minimize
# chance that the server gives up before the clients.
time.sleep(330)
time.sleep(999)
log(str(os.getpid()), "suicide thread invoking shutdown")
# If the server hasn't shut down yet, the client may not be
......
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