Merge pull request #2489 from github/koesie10/add-cli-tests-timeout

Add timeout to CLI tests
This commit is contained in:
Koen Vlaswinkel
2023-06-08 09:45:30 +02:00
committed by GitHub

View File

@@ -209,6 +209,7 @@ jobs:
name: CLI Test
runs-on: ${{ matrix.os }}
needs: [find-nightly, set-matrix]
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest, windows-latest]