Skip to content

Commit

Permalink
change time for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnieszka Żaba committed Dec 11, 2024
1 parent 736f54e commit 2cbcf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
test-suite: "unit_tests/!(dynamics)"
fail-fast: false
runs-on: ${{ matrix.platform }}
timeout-minutes: ${{ startsWith(matrix.platform, 'windows-') && 35 || 25 }}
timeout-minutes: ${{ startsWith(matrix.platform, 'windows-') && 35 || 30 }}
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 2cbcf54

Please sign in to comment.