diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2021-01-08 08:37:38 +0100 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2021-01-11 11:43:49 +0100 |
commit | 21ff5c1e92624b09a1f065af07d8330c8aedcd58 (patch) | |
tree | c81f8fa589f3f0866bdcbb29ffccdafa9612ddb6 /.github | |
parent | f0e9534d1aff015d7d2822e58f615bd1434153c9 (diff) | |
download | libquotient-21ff5c1e92624b09a1f065af07d8330c8aedcd58.tar.gz libquotient-21ff5c1e92624b09a1f065af07d8330c8aedcd58.zip |
Add a timeout to quotest runs
The current Quotest gets stuck somewhere, and the its big internal 3-minute watchdog doesn't cut it for some reason. While investigating that, an external timeout would be quite handy.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5f02a03..a374fac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,3 +110,4 @@ jobs: TEST_USER: ${{ secrets.TEST_USER }} TEST_PWD: ${{ secrets.TEST_PWD }} run: $VALGRIND build-test/quotest "$TEST_USER" "$TEST_PWD" quotest-gha '#quotest:matrix.org' "$QUOTEST_ORIGIN" + timeout-minutes: 5 # quotest is supposed to finish within 3 minutes, actually |