Skip to content

Commit

Permalink
to
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 14, 2022
1 parent 6e35a74 commit 351dbb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.check-diff.outputs.matrix) }}
timeout-minutes: 90
timeout-minutes: 150
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
Expand Down Expand Up @@ -90,6 +90,7 @@ jobs:
id: extras

- name: Prepare environment
timeout-minutes: 30
run: |
bash prepare_env.sh
Expand Down

0 comments on commit 351dbb8

Please sign in to comment.