Skip to content

Commit

Permalink
Decrease timeout-minutes for GHA jobs (#5837)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter authored Feb 21, 2022
1 parent d2d76c0 commit 43dfb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Do not run the schedule job on forks
if: github.repository == 'dask/distributed' || github.event_name != 'schedule'
runs-on: ${{ matrix.os }}
timeout-minutes: 180
timeout-minutes: 120

strategy:
fail-fast: false
Expand Down

0 comments on commit 43dfb61

Please sign in to comment.