Module: Mesa Branch: main Commit: 188c0d7c8f10599a59629460a05a896e2b892ee7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=188c0d7c8f10599a59629460a05a896e2b892ee7
Author: Karol Herbst <[email protected]> Date: Mon Feb 20 14:34:46 2023 +0100 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 <[email protected]> Acked-by: Mike Blumenkrantz <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20161> --- 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 c4c1c3fb692..8db8c1a2721 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:
