From df17f2b89a76438e73ce5a1be8cf8c3db705fa4b Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 5 Jun 2024 10:00:00 +0200 Subject: [PATCH] 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: --- src/compiler/glsl/tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/glsl/tests/meson.build b/src/compiler/glsl/tests/meson.build index 5046803698a..d1059860d4c 100644 --- a/src/compiler/glsl/tests/meson.build +++ b/src/compiler/glsl/tests/meson.build @@ -119,6 +119,7 @@ if with_tools.contains('glsl') glsl_compiler ], suite : ['compiler', 'glsl'], + timeout: 60, ) endif endif