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 <kherbst@redhat.com>
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20161>
This commit is contained in:
Karol Herbst 2023-02-20 14:34:46 +01:00 committed by Marge Bot
parent 7f2775bc8a
commit 188c0d7c8f

View file

@ -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: