summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-03-09 10:12:19 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2022-03-09 10:24:15 +0000
commit7abe32889101f60c2779092eea75494d83254916 (patch)
tree79b328e024a765897c7156bc15de3fd302927ca5 /.gitlab-ci.yml
parenta60ddffd75b9ff07b948ea8cdc71f677a4f8d167 (diff)
downloadhaskell-7abe32889101f60c2779092eea75494d83254916.tar.gz
Add 10 minute timeout to linters job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a95adb3e1..11d336ed91 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -181,7 +181,7 @@ ghc-linters:
BUILD_FLAVOUR: default
script:
- .gitlab/ci.sh configure
- - .gitlab/ci.sh run_hadrian test --test-root-dirs="testsuite/tests/linters"
+ - timeout 10m .gitlab/ci.sh run_hadrian test --test-root-dirs="testsuite/tests/linters"
dependencies: []
rules:
- if: $CI_MERGE_REQUEST_ID