Skip to content

Commit

Permalink
Increase CI timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak authored Aug 16, 2022
1 parent 1bf6108 commit ccf64be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@ on: [push, pull_request]
jobs:
build:
env:
TEST_TIMEOUT_MINUTES: 20
timeout-minutes: 20 # we have a locking issue, so cap the runs at ~20m to account for varying build times, etc
TEST_TIMEOUT_MINUTES: 30
timeout-minutes: 30 # we have a locking issue, so cap the runs at ~20m to account for varying build times, etc
strategy:
matrix:
os: [windows-2022, macos-12, ubuntu-20.04]

0 comments on commit ccf64be

Please sign in to comment.