Skip to content

Commit

Permalink
chore(ci): increase multicluster test timeout (#13293)
Browse files Browse the repository at this point in the history
To avoid multicluster test timeouts, this change increases the timeout to 30
minutes.
  • Loading branch information
olix0r authored Nov 8, 2024
1 parent f2d77f4 commit 2b0a797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
needs: [meta, build-cli, build-core]
if: needs.meta.outputs.changed == 'true'
runs-on: ubuntu-22.04
timeout-minutes: 20
timeout-minutes: 30
strategy:
matrix:
k8s:
Expand Down

0 comments on commit 2b0a797

Please sign in to comment.