mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 18:10:36 +02:00
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:
parent
7f2775bc8a
commit
188c0d7c8f
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue