]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
cli: make startstop_node wait 40 seconds instead of 20 for a process to go away after...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 6 Jan 2009 14:51:06 +0000 (07:51 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 6 Jan 2009 14:51:06 +0000 (07:51 -0700)
commit821e64203cfee2dac4556341623cd0347e8b12c1
tree14a8a007250dc55922a78d6c2650e887300bcdeb
parent6a12f316a431bffe613da53ab69cafa7db555935
cli: make startstop_node wait 40 seconds instead of 20 for a process to go away after we signalled it to go away, before emitting a warning
Because the unit tests on the VirtualZooko? buildslave failed when it took 31 seconds for a process to go away.
Perhaps getting warning message after only 5 seconds instead of 40 seconds is desirable, and we should change the unit tests and set this back to 5, but I don't know exactly how to change the unit tests. Perhaps match this particular warning message about the shutdown taking a while and allow the code under test to pass if the only stderr that it emits is this warning.
src/allmydata/scripts/startstop_node.py