From 9f43dac0ca82a3c00e894d03429f214d65308ecd Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 23 Mar 2022 17:07:20 +0100 Subject: [PATCH] ci/freedreno: Increase console timeout for perf jobs Piglit is very sparse in its status output and downloads of big traces can take a while. Signed-off-by: Tomeu Vizoso Part-of: --- src/freedreno/ci/gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index b8c0aa2..b731f16 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -291,6 +291,8 @@ a630-traces-performance: PIGLIT_REPLAY_LOOP_TIMES: 150 # We don't want for more than one workload to be submitted to the GPU at a time FDO_CI_CONCURRENT: 1 + # Piglit is very sparse in its status output and downloads of big traces can take a while + LAVA_DEVICE_HANGING_TIMEOUT_SEC: 600 # So we aren't capped by VSync by the X server EGL_PLATFORM: surfaceless GIT_STRATEGY: none -- 2.7.4