mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Merge pull request #23059 from edsantiago/systest-timeout-bump
systests: kube: bump up a timeout
This commit is contained in:
@ -656,7 +656,7 @@ spec:
|
|||||||
PODMAN_TIMEOUT=2 run_podman 124 kube play --wait $fname
|
PODMAN_TIMEOUT=2 run_podman 124 kube play --wait $fname
|
||||||
local t1=$SECONDS
|
local t1=$SECONDS
|
||||||
local delta_t=$((t1 - t0))
|
local delta_t=$((t1 - t0))
|
||||||
assert $delta_t -le 3 \
|
assert $delta_t -le 4 \
|
||||||
"podman kube play did not get killed within 3 seconds"
|
"podman kube play did not get killed within 3 seconds"
|
||||||
# Make sure we actually got SIGTERM and podman printed its message.
|
# Make sure we actually got SIGTERM and podman printed its message.
|
||||||
assert "$output" =~ "Cleaning up containers, pods, and volumes" "kube play printed sigterm message"
|
assert "$output" =~ "Cleaning up containers, pods, and volumes" "kube play printed sigterm message"
|
||||||
|
Reference in New Issue
Block a user