tests: increase timeout per instance of bios-tables-test
authorIgor Mammedov <imammedo@redhat.com>
Tue, 16 Jul 2024 12:59:30 +0000 (14:59 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 22 Jul 2024 11:56:11 +0000 (13:56 +0200)
commit2d9588ad70e5366ffed5d61d6ffa717f4d56a885
tree3bedc8e91edd5b8b897162f6c62929b9e86f31ef
parent763719d253da18e011d28b08fd92125f7ae5e9ae
tests: increase timeout per instance of bios-tables-test

CI often fails 'cross-i686-tci' job due to runner slowness
Log shows that test almost complete, with a few remaining
when bios-tables-test timeout hits:

  19/270 qemu:qtest+qtest-aarch64 / qtest-aarch64/bios-tables-test
    TIMEOUT        610.02s   killed by signal 15 SIGTERM
  ...
  stderr:
  TAP parsing error: Too few tests run (expected 8, got 7)

At the same time overall job running time is only ~30 out of 1hr allowed.

Increase bios-tables-test instance timeout on 5min as a fix
for slow CI runners.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-ID: <20240716125930.620861-1-imammedo@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/meson.build