From: aosull01 Date: Tue, 28 Jul 2020 11:08:23 +0000 (+0100) Subject: Update timeout for larger csar X-Git-Tag: 7.0.1~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F110656%2F2;p=externalapi%2Fnbi.git Update timeout for larger csar Issue-ID: EXTAPI-484 Signed-off-by: aosull01 Change-Id: I047503d2e75e7416835e4b3c6fe7706a235de061 --- 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