We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897db39 commit 7535f38Copy full SHA for 7535f38
1 file changed
.github/workflows/nightly-checks.yml
@@ -8,7 +8,7 @@ jobs:
8
integration-tests:
9
name: Integration Tests
10
runs-on: ${{ vars.RUNNER_NORMAL || 'ubuntu-latest' }}
11
- timeout-minutes: ${{ vars.TIMEOUT_MINUTES_NORMAL && fromJSON(vars.TIMEOUT_MINUTES_NORMAL) || 10 }}
+ timeout-minutes: ${{ vars.TIMEOUT_MINUTES_NORMAL && fromJSON(vars.TIMEOUT_MINUTES_NORMAL) || 30 }}
12
13
strategy:
14
matrix:
0 commit comments