From 77a474cb88e57ad9ad5d01b5bd2ea9e664097a56 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 26 Nov 2020 19:03:47 +0000 Subject: [PATCH] CI: Remove ludicrous Windows container build timeout The full end-to-end job now completes in around 45min, which is far more reasonable than the previous 3.5h. Signed-off-by: Daniel Stone Reviewed-by: Jesse Natalie Part-of: --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96664b19a7e..e659ede940c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -448,7 +448,6 @@ arm64_test: stage: container variables: GIT_STRATEGY: fetch # we do actually need the full repository though - timeout: 4h # LLVM takes ages tags: - windows - shell