Skip to content

Commit

Permalink
Increase Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppDev committed Aug 10, 2024
1 parent a0b8a63 commit 793ba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Test
working-directory: ./build
run: |
ctest -C ${{matrix.build_type}} --output-on-failure --timeout 180
ctest -C ${{matrix.build_type}} --output-on-failure --timeout 300
- name: Upload test results on failure
if: failure()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 793ba03

Please sign in to comment.