tests: fix a race in timeout-group
authorPádraig Brady <P@draigBrady.com>
Thu, 13 Oct 2011 13:58:58 +0000 (14:58 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 3 Nov 2011 18:36:28 +0000 (18:36 +0000)
commitaa6448b8d506e8948f0ef0239e23019ef9566a98
treef2f18792fbde35c667dc3c97a16627ba6f60d5e4
parentd84d8764ccfdf9138723765aa7b1b4f604ba6a94
tests: fix a race in timeout-group

This could cause a false failure, or even
an infinite loop in rare circumstances.

* tests/misc/timeout-group: Increase the timeouts
passed to the timeout command, so that they're
effectively not used.  Instead the command termination
is triggered by the kill commands when everything
is in the correct state.

Reported by Bernhard Voelker.
tests/misc/timeout-group