Skip to content

Commit

Permalink
Increase timeout to allow pods to reach Running state in test_non_ocs…
Browse files Browse the repository at this point in the history
…_taint_and_tolerations after pod respin (red-hat-storage#8035)


Signed-off-by: am-agrawa <[email protected]>
  • Loading branch information
am-agrawa authored Aug 25, 2023
1 parent 668813b commit 6ff4922
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,11 @@ def test_non_ocs_taint_and_tolerations(self):
pod.delete(wait=False)

logger.info("After edit noticed few pod respins as expected")
assert wait_for_pods_to_be_running(timeout=600, sleep=15)
assert wait_for_pods_to_be_running(timeout=900, sleep=15)

logger.info("Check non-ocs toleration on all pods under openshift-storage")
logger.info(
"Check non-ocs toleration on all newly created pods under openshift-storage NS"
)
check_toleration_on_pods(toleration_key="xyz")
if config.DEPLOYMENT["external_mode"]:
cephcluster = CephClusterExternal()
Expand Down

0 comments on commit 6ff4922

Please sign in to comment.