Skip to content

Commit

Permalink
hotfix test usually is not taking more than 5 minutes, timing out in …
Browse files Browse the repository at this point in the history
…10 minutes to fail fast

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Jul 18, 2024
1 parent e4f2115 commit 0569279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ jobs:
# run: |
# "${GITHUB_WORKSPACE}/testing/console-tenant+kes.sh"
test-tenant-hotfix-update:
timeout-minutes: 30
timeout-minutes: 10
runs-on: ${{ matrix.os }}
needs:
- operator
Expand Down

0 comments on commit 0569279

Please sign in to comment.