Merge "Increading a timeout to 120 seconds on CRD creation"

This commit is contained in:
Zuul 2019-12-04 11:20:00 +00:00 committed by Gerrit Code Review
commit 43eca0b09a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ from kuryr_tempest_plugin.tests.scenario import base
LOG = logging.getLogger(__name__)
CONF = config.CONF
TIMEOUT_PERIOD = 20
TIMEOUT_PERIOD = 120
class TestNetworkPolicyScenario(base.BaseKuryrScenarioTest):