diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test/resources/karatetest/features/00--ServiceCatalog.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/resources/karatetest/features/00--ServiceCatalog.feature b/src/test/resources/karatetest/features/00--ServiceCatalog.feature index 4894c99..2a4a5c0 100644 --- a/src/test/resources/karatetest/features/00--ServiceCatalog.feature +++ b/src/test/resources/karatetest/features/00--ServiceCatalog.feature @@ -20,6 +20,7 @@ Feature: Service Catalog Background: * url nbiBaseUrl * def Context = Java.type('org.onap.nbi.test.Context'); +* configure readTimeout = 30000 * call Context.startServers(); Scenario: testServiceCatalogGetResourceWithoutTosca |