]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qemu-iotests/264: Allow up to 5s for the BLOCK_JOB_CANCEL event to arrive
authorThomas Huth <thuth@redhat.com>
Tue, 2 Aug 2022 12:31:01 +0000 (14:31 +0200)
committerThomas Huth <thuth@redhat.com>
Sun, 7 Aug 2022 16:51:35 +0000 (18:51 +0200)
commit407634970dc5dba9330c360cfdc4e69e7aea3b37
tree4c6faed41efbe33b430b10faa830adb06b012add
parentc05a88c6b2a752ab9cae21d06f2e67c7c4a3bbde
tests/qemu-iotests/264: Allow up to 5s for the BLOCK_JOB_CANCEL event to arrive

It is possible to hit the assertTrue(delta_t < 2.0) on very loaded
systems. Increase the value to 5.0 to ease the situation a little bit.

Message-Id: <20220802123101.430757-1-thuth@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qemu-iotests/264