mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 03:30:30 +01:00
meson: bump test-timeout
This tests usually takes around 15 seconds on CI, according to logs. It recently timed out under load, causing a job to fail spuriously. Let's bump the timeout here to 60. That's in line with the glsl compiler warnings test, which usually takes around the same time. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29547>
This commit is contained in:
parent
db38a4913e
commit
df17f2b89a
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ if with_tools.contains('glsl')
|
|||
glsl_compiler
|
||||
],
|
||||
suite : ['compiler', 'glsl'],
|
||||
timeout: 60,
|
||||
)
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue