From ff94dea51430832d739c0e932b3df13dd1d7ccfc Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 6 Oct 2017 10:08:21 -0500 Subject: Fix Build Errors Removing the legacy "demo" project as this uses obsolete code. The operation and control loop timeouts were increased to allow more time for the simulators to respond. Issue-Id: POLICY-291 Change-Id: I1143352cefaf9749ca0eca55927960535b2599b8 Signed-off-by: Daniel Cruz --- .../src/test/resources/yaml/policy_ControlLoop_SO-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'controlloop/templates/template.demo/src/test/resources/yaml/policy_ControlLoop_SO-test.yaml') diff --git a/controlloop/templates/template.demo/src/test/resources/yaml/policy_ControlLoop_SO-test.yaml b/controlloop/templates/template.demo/src/test/resources/yaml/policy_ControlLoop_SO-test.yaml index d4b040396..27d3f797b 100644 --- a/controlloop/templates/template.demo/src/test/resources/yaml/policy_ControlLoop_SO-test.yaml +++ b/controlloop/templates/template.demo/src/test/resources/yaml/policy_ControlLoop_SO-test.yaml @@ -6,7 +6,7 @@ controlLoop: serviceInvariantUUID: dc112d6e-7e73-4777-9c6f-1a7fb5fd1b6f serviceUUID: 2eea06c6-e1d3-4c3a-b9c4-478c506eeedf trigger_policy: unique-policy-id-1-scale-up - timeout: 20 + timeout: 60 policies: - id: unique-policy-id-1-scale-up @@ -17,7 +17,7 @@ policies: target: type: VNF retry: 0 - timeout: 10 + timeout: 30 success: final_success failure: final_failure failure_timeout: final_failure_timeout -- cgit 1.2.3-korg