mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
tests/kvm: Bump timeout to 60 s
It can be quite slow to set up the test environment inside the VM, as well as outside, leaving very little time for the test itself. While it'd be nice to not run the mock env etc outside the VM, let's just bump the timeout for now, to avoid unnecessary timeout failures. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2777>
This commit is contained in:
parent
7a821345db
commit
ade2aa71ed
@ -57,5 +57,6 @@ foreach test_case: privileged_tests
|
||||
test_case['executable'].full_path(),
|
||||
],
|
||||
is_parallel: false,
|
||||
timeout: 60,
|
||||
)
|
||||
endforeach
|
||||
|
Loading…
Reference in New Issue
Block a user