We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1753583 commit 3dbca3eCopy full SHA for 3dbca3e
tests/bats/tests.bats
@@ -76,7 +76,7 @@ iupgrade_wait() {
76
77
apply_check_delete_workload_imex_chan_inject() {
78
kubectl apply -f demo/specs/imex/channel-injection.yaml
79
- kubectl wait --for=condition=READY pods imex-channel-injection --timeout=70s
+ kubectl wait --for=condition=READY pods imex-channel-injection --timeout=100s
80
run kubectl logs imex-channel-injection
81
assert_output --partial "channel0"
82
kubectl delete -f demo/specs/imex/channel-injection.yaml
0 commit comments