Skip to content

Commit

Permalink
Merge pull request #9866 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…9849-to-release-4.15

[release-4.15] Increase pod wait timeout in test test_worker_node_restart_during_pvc_clone
  • Loading branch information
vavuthu authored May 31, 2024
2 parents e2d521b + 3145c22 commit 9fad7c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def test_worker_node_restart_during_pvc_clone(
# Verify the new pods are running
log.info("Verify the new pods are running")
for pod_obj in clone_pod_objs:
wait_for_resource_state(pod_obj, constants.STATUS_RUNNING)
wait_for_resource_state(pod_obj, constants.STATUS_RUNNING, timeout=120)
log.info("Verified: New pods are running")

# Verify md5sum
Expand Down

0 comments on commit 9fad7c1

Please sign in to comment.