Module: Mesa
Branch: main
Commit: d98ab19a9563e425fa3dc94d1dc42dc114c305d5
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d98ab19a9563e425fa3dc94d1dc42dc114c305d5

Author: David Heidelberg <david.heidelb...@collabora.com>
Date:   Tue Dec 12 00:45:09 2023 +0100

ci/freedreno: extend timeout for full runs

Current two jobs getting around 4 hours with 1.3.7.0 CTS suite.

Signed-off-by: David Heidelberg <david.heidelb...@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26611>

---

 src/freedreno/ci/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml
index ae67085a8f3..c154af6fff4 100644
--- a/src/freedreno/ci/gitlab-ci.yml
+++ b/src/freedreno/ci/gitlab-ci.yml
@@ -217,7 +217,7 @@ a630_vk_full:
   # 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: 3h
+  timeout: 4.5h
   extends:
     - a630_vk
     - .a630-full

Reply via email to