Skip to content

Commit 3dbca3e

Browse files
committed
tests: bump imex chan inject timeout (success after 70s+)
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 1753583 commit 3dbca3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bats/tests.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ iupgrade_wait() {
7676

7777
apply_check_delete_workload_imex_chan_inject() {
7878
kubectl apply -f demo/specs/imex/channel-injection.yaml
79-
kubectl wait --for=condition=READY pods imex-channel-injection --timeout=70s
79+
kubectl wait --for=condition=READY pods imex-channel-injection --timeout=100s
8080
run kubectl logs imex-channel-injection
8181
assert_output --partial "channel0"
8282
kubectl delete -f demo/specs/imex/channel-injection.yaml

0 commit comments

Comments
 (0)