summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-10 23:28:22 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-10 23:28:22 +0200
commit950d55002e5385813f9423d62d39fddd58e8bf20 (patch)
tree770900708d93a85323bee896b4b410c6951a461f
parent30e70803d0329c1fa3018efe3577b9b99a2090b9 (diff)
downloadqutebrowser-950d55002e5385813f9423d62d39fddd58e8bf20.tar.gz
qutebrowser-950d55002e5385813f9423d62d39fddd58e8bf20.zip
ci: Raise time limit even more
Apparently Windows CI is real slow on GitHub currently...
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4f3b63abc..79244a98b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -122,7 +122,7 @@ jobs:
tests:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
- timeout-minutes: 60
+ timeout-minutes: 90
# continue-on-error: "${{ matrix.experimental == true }}"
strategy:
fail-fast: false