]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
cli: make startstop_node wait 20 seconds instead of 5 for a process to go away after...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 30 Dec 2008 08:20:22 +0000 (01:20 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 30 Dec 2008 08:20:22 +0000 (01:20 -0700)
commit8d83699783f326efc2568b0bfe1084a7ad31fce0
tree62382bab221dac6053618bf1790f1d8e181a04f5
parent169c695801e32c5ede82ebb6f104358b05799b66
cli: make startstop_node wait 20 seconds instead of 5 for a process to go away after we signalled it to go away
Because the unit tests on the VirtualZooko buildslave failed when it took 16 seconds for a process to go away.
Perhaps getting notification after only 5 seconds instead of 20 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