Skip to content

Commit 4a458fe

Browse files
committed
chore(repo): Update Integration Tests job to use TIMEOUT_MINUTES_LONG instead of TIMEOUT_MINUTES_NORMAL
1 parent 37290bc commit 4a458fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
name: Integration Tests
136136
needs: formatting-linting
137137
runs-on: ${{ vars.RUNNER_MEDIUM || 'ubuntu-latest-m' }}
138-
timeout-minutes: ${{ vars.TIMEOUT_MINUTES_NORMAL && fromJSON(vars.TIMEOUT_MINUTES_NORMAL) || 10 }}
138+
timeout-minutes: ${{ vars.TIMEOUT_MINUTES_LONG && fromJSON(vars.TIMEOUT_MINUTES_LONG) || 15 }}
139139

140140
strategy:
141141
matrix:

0 commit comments

Comments
 (0)