Skip to content

Commit

Permalink
DEBUG: increase test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Jan 2, 2025
1 parent cae98be commit e231169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ permissions: {}
jobs:
system-test:
name: Subctl Commands
timeout-minutes: 30
timeout-minutes: 60
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
using: ['', 'globalnet', 'lighthouse']
using: ['']
steps:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand All @@ -29,5 +29,5 @@ jobs:
using: ${{ matrix.using }}

- name: Post mortem
if: failure()
if: always()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel

0 comments on commit e231169

Please sign in to comment.