From 188c0d7c8f10599a59629460a05a896e2b892ee7 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Mon, 20 Feb 2023 14:34:46 +0100 Subject: [PATCH] llvmpipe/ci: increase deqp-runner timeout Some of the OpenCL tests are flaky, because they just take that long. Builtins can generated really complex code and if we are unlucky they can timeout. Proper support for functions would also solve the issue, probably, but for now increase the deqp-runner timeout so it's less of an annoyence. Signed-off-by: Karol Herbst Acked-by: Mike Blumenkrantz Part-of: --- src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml index c4c1c3f..8db8c1a 100644 --- a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml +++ b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml @@ -38,6 +38,7 @@ llvmpipe-piglit-rusticl: variables: RUSTICL_ENABLE: "llvmpipe" DEQP_SUITE: llvmpipe-rusticl + DEQP_RUNNER_OPTIONS: "--timeout 120.0" GPU_VERSION: llvmpipe-rusticl llvmpipe-traces: -- 2.7.4