tests: increase the timeout for the subprocess to receive the quit signal
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>
Wed, 7 Aug 2019 10:11:30 +0000 (12:11 +0200)
committerBenjamin Tissoires <benjamin.tissoires@gmail.com>
Wed, 7 Aug 2019 12:28:22 +0000 (14:28 +0200)
commit576bc2e5e6af1d580ba97327cb2023b1d1bd868e
tree1178cddc331da0a15741c797cbfec3506330f2f7
parent1e98b7e843a0448ba14b042979514bb962d70be3
tests: increase the timeout for the subprocess to receive the quit signal

On a very loaded machine, the process might not receive the quit signal
in a timely manner, and this introduce false positive results.

Add a longer timeout. This shouldn't interfere with the global time
spent in the tests, but will allow some loaded environment to pass
the tests.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
tools/test-tool-option-parsing.py