Merge "Reduce flakiness of pod creation timeout"

This commit is contained in:
Zuul 2019-12-04 12:22:46 +00:00 committed by Gerrit Code Review
commit 2ddd1dd65d
1 changed files with 1 additions and 1 deletions

View File

@ -388,4 +388,4 @@ class TestNamespaceScenario(base.BaseKuryrScenarioTest):
namespace=ns_name, wait_for_status=False)
self.wait_for_pod_status(pod_name, namespace=ns_name,
pod_status='Running', retries=60)
pod_status='Running', retries=180)