diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index c8632f9817d..8a562daf323 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -250,13 +250,12 @@ a630_vk: variables: DEQP_SUITE: freedreno-a630-vk -# Takes too long since the 1.3.7.0 CTS uprev. -.a630_vk_full: - # We use a longer timeout (3 hour job) to keep the parallel down so that we +a630_vk_full: + # We use a longer timeout (2 hour job) to keep the parallel down so that we # don't lock up too many runners for a long time when a dev is testing full VK # status. The full runs are restricted to just 2 runners to keep from # blocking up normal merges, so going more parallel doesn't make any sense. - timeout: 4.5h + timeout: 3h extends: - a630_vk - .a630-full