diff options
author | shaoqiu <tim.huang@est.tech> | 2019-08-27 01:30:48 +0000 |
---|---|---|
committer | shaoqiu <tim.huang@est.tech> | 2019-08-27 01:30:48 +0000 |
commit | 8379a2cec88ba880e0ee472c32f57217b231d348 (patch) | |
tree | fa055bc0f2f8b455669d80711ca4a099da6ea052 /testsuites/integration/integration-uservice-test | |
parent | 4883d8e231f765d00dccae504d65071dc8cd11a5 (diff) |
add unit test for tools-common
Issue-ID: POLICY-1992
Change-Id: I6935b24b11ce62a18ae3d45795ff53cb4fa60f8b
Signed-off-by: shaoqiu <tim.huang@est.tech>
Diffstat (limited to 'testsuites/integration/integration-uservice-test')
-rw-r--r-- | testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/restclient/TestExecutionPropertyRest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/restclient/TestExecutionPropertyRest.java b/testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/restclient/TestExecutionPropertyRest.java index bc5b602e3..6adb3b007 100644 --- a/testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/restclient/TestExecutionPropertyRest.java +++ b/testsuites/integration/integration-uservice-test/src/test/java/org/onap/policy/apex/testsuites/integration/uservice/adapt/restclient/TestExecutionPropertyRest.java @@ -146,7 +146,7 @@ public class TestExecutionPropertyRest { final String[] args = { "src/test/resources/testdata/executionproperties/RESTEventNoValueSetForTag.json" }; final ApexMain apexMain = new ApexMain(args); - ThreadUtilities.sleep(1000); + ThreadUtilities.sleep(2000); apexMain.shutdown(); |