summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-03-05 08:43:53 +0100
committerThomas Huth <thuth@redhat.com>2025-03-07 07:50:19 +0100
commita31001b1c807cc59b2a9aa99845783cb40a27d0c (patch)
tree24ca69535d4928c137ddf5e2185f5cc0ebb1de84
parent7b7f98efa7628a58fae594d3aa51b3c8a10293b3 (diff)
downloadfocaccia-qemu-a31001b1c807cc59b2a9aa99845783cb40a27d0c.tar.gz
focaccia-qemu-a31001b1c807cc59b2a9aa99845783cb40a27d0c.zip
tests/functional: Increase the timeout of the mips64el_replay test
We run the gitlab-CI with the untrusted tests enabled, and
the test_replay_mips64el_malta_5KEc_cpio subtest is rather slow,
so this already hit the standard 90 seconds timeout in the CI.
Increase the timeout for more headroom.

Reported-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-ID: <20250305074353.52552-1-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--tests/functional/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/meson.build b/tests/functional/meson.build
index 3fd2652c07..97c3f4ad4e 100644
--- a/tests/functional/meson.build
+++ b/tests/functional/meson.build
@@ -36,6 +36,7 @@ test_timeouts = {
   'intel_iommu': 300,
   'mips_malta' : 120,
   'mipsel_replay' : 480,
+  'mips64el_replay' : 180,
   'netdev_ethtool' : 180,
   'ppc_40p' : 240,
   'ppc64_hv' : 1000,