Skip to content

Commit 3569c77

Browse files
committed
Add timeout to CLI tests
It seems like some CLI tests are hanging and only completing after 6 hours when they run into the default timeout. This updates the timeout to 30 minutes. All CLI tests should complete in 30 minutes, so this should ensure that they are cancelled when they are stuck.
1 parent 7c47a99 commit 3569c77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ jobs:
209209
name: CLI Test
210210
runs-on: ${{ matrix.os }}
211211
needs: [find-nightly, set-matrix]
212+
timeout-minutes: 30
212213
strategy:
213214
matrix:
214215
os: [ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)