diff options
author | Florian Bruhin <me@the-compiler.org> | 2023-04-14 21:04:12 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2023-04-14 21:04:12 +0200 |
commit | 06c5de554bb7591601a0d0966c741b4cc68e5cf8 (patch) | |
tree | 864eed8927324253d47efe3a64598b0f8f706c9a /.github | |
parent | 49048489c3ac06fc35d72e7b05d63beff2a98566 (diff) | |
download | qutebrowser-06c5de554bb7591601a0d0966c741b4cc68e5cf8.tar.gz qutebrowser-06c5de554bb7591601a0d0966c741b4cc68e5cf8.zip |
ci: Decrease time limit again
Was due to https://github.com/pytest-dev/pytest/issues/10896
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3fedc402..a4a730f12 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: 90 + timeout-minutes: 45 # continue-on-error: "${{ matrix.experimental == true }}" strategy: fail-fast: false |