Skip to content

Commit

Permalink
Continuous Integration: Linux: Bump timeout for entire run
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Feb 25, 2024
1 parent 512954e commit b0abaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
python-version: ["3.8", "3.9"]
fail-fast: false
runs-on: ${{ matrix.os }}
timeout-minutes: 6 # 150% of normal time: 3 min 40 sec, as of 2023-12-17
timeout-minutes: 9 # 150% of normal time: 5 min 29 sec, as of 2024-02-24
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit b0abaec

Please sign in to comment.