After the test-script fork()s, the client half now sleeps for two
authorMike Taylor <mike@indexdata.com>
Wed, 16 Mar 2011 14:32:54 +0000 (14:32 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 16 Mar 2011 14:32:54 +0000 (14:32 +0000)
commita0bb3f45a1f576f36a286f21c3fec3ee16013fce
tree1adbd9a62a014191be6592fdc1db45381b775af9
parent9aa27625d519e1de0c41e720308d467ea0262a74
After the test-script fork()s, the client half now sleeps for two
seconds rather then one: the old sleep(1) doesn't seem to reliably
give long enough for all four of the servers to get started up in the
Debian package-building process (id-pbuild.sh) on squeeze, so that
nearly always at least one of the four builds hangs in the test suite,
with the sever waiting for an already-dead client to connect.  And
that means that the whole build fails.  Hopefully this will fix that.
test.pl