Skip to content

Commit

Permalink
Add timeout to Windows integration test
Browse files Browse the repository at this point in the history
When the integration test fails to build on Windows the job is stuck waiting for the socket. Make it fail after 10 minutes which should be enough for the successful run.

Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
  • Loading branch information
wiktor-k authored Apr 4, 2024
1 parent bf7523a commit ea114b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ jobs:
run: ./tests/sign-and-verify.sh
if: ${{ ! matrix.windows }}
- name: Run integration tests
timeout-minutes: 10
run: ".\\tests\\sign-and-verify-win.bat"
if: ${{ matrix.windows }}

0 comments on commit ea114b1

Please sign in to comment.