Skip to content

Commit

Permalink
Update timeout to 50 minutes (#953)
Browse files Browse the repository at this point in the history
With the increase in number of devices supported by grpc-device, we need to update our test timeouts to avoid running into the limit. Fixes #952
  • Loading branch information
shastriUF authored Jun 23, 2023
1 parent b5586ef commit 569e0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_win_system_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Run System Tests
run: .\SystemTestsRunner.exe
working-directory: ./build/Release
timeout-minutes: 27
timeout-minutes: 50

0 comments on commit 569e0ef

Please sign in to comment.