Re: [PATCH 3/3] iotests: Increase pause_wait() timeout

2020-03-23 Thread John Snow
On 3/20/20 6:21 AM, Philippe Mathieu-Daudé wrote: > On 3/13/20 9:36 AM, Kevin Wolf wrote: >> Waiting for only 1 second proved to be too short on a loaded system, >> resulting in false positives when testing pull requests. Increase the >> timeout a bit to make this less likely. >> >> Signed-off-b

Re: [PATCH 3/3] iotests: Increase pause_wait() timeout

2020-03-20 Thread Philippe Mathieu-Daudé
On 3/13/20 9:36 AM, Kevin Wolf wrote: Waiting for only 1 second proved to be too short on a loaded system, resulting in false positives when testing pull requests. Increase the timeout a bit to make this less likely. Signed-off-by: Kevin Wolf --- tests/qemu-iotests/iotests.py | 2 +- 1 file

Re: [PATCH 3/3] iotests: Increase pause_wait() timeout

2020-03-16 Thread John Snow
On 3/13/20 4:36 AM, Kevin Wolf wrote: > Waiting for only 1 second proved to be too short on a loaded system, > resulting in false positives when testing pull requests. Increase the > timeout a bit to make this less likely. > > Signed-off-by: Kevin Wolf Reviewed-by: John Snow > --- > tests/

[PATCH 3/3] iotests: Increase pause_wait() timeout

2020-03-13 Thread Kevin Wolf
Waiting for only 1 second proved to be too short on a loaded system, resulting in false positives when testing pull requests. Increase the timeout a bit to make this less likely. Signed-off-by: Kevin Wolf --- tests/qemu-iotests/iotests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di