Skip to content

Commit 7535f38

Browse files
authored
fix(repo): Extending timeout for nightly-checks action (#5499)
1 parent 897db39 commit 7535f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
integration-tests:
99
name: Integration Tests
1010
runs-on: ${{ vars.RUNNER_NORMAL || 'ubuntu-latest' }}
11-
timeout-minutes: ${{ vars.TIMEOUT_MINUTES_NORMAL && fromJSON(vars.TIMEOUT_MINUTES_NORMAL) || 10 }}
11+
timeout-minutes: ${{ vars.TIMEOUT_MINUTES_NORMAL && fromJSON(vars.TIMEOUT_MINUTES_NORMAL) || 30 }}
1212

1313
strategy:
1414
matrix:

0 commit comments

Comments
 (0)