mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 14:02:05 -06:00
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>
This commit is contained in:
parent
7b7f98efa7
commit
a31001b1c8
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue