Skip to content

Commit

Permalink
assert timeout 12 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Apr 26, 2024
1 parent 7743140 commit c22e5f4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: make e2etest
env:
# TODO: Switch selector to quick before the PR can be merged
E2E_FLAGS: '--selector flavors'
E2E_FLAGS: '--assert-timeout 12m0s --selector flavors'
# TODO: ALL the var below need to be deleted before the PR can be merged
INSTALL_K3S_PROVIDER: true
INSTALL_RKE2_PROVIDER: true
Expand Down
2 changes: 0 additions & 2 deletions e2e/default-CAPL-cluster/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ metadata:
default-cluster:
flavors:
spec:
timeouts:
assert: 1000s
bindings:
# A short identifier for the E2E test run
- name: run
Expand Down
2 changes: 0 additions & 2 deletions e2e/k3s-capl-cluster/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ metadata:
k3s:
flavors:
spec:
timeouts:
assert: 300s
bindings:
# A short identifier for the E2E test run
- name: run
Expand Down
2 changes: 0 additions & 2 deletions e2e/rke2-capl-cluster/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ metadata:
rke2:
flavors:
spec:
timeouts:
assert: 300s
bindings:
# A short identifier for the E2E test run
- name: run
Expand Down

0 comments on commit c22e5f4

Please sign in to comment.