From ffb12d3ca702aa53c3f95d6e721f202f27e1aa8b Mon Sep 17 00:00:00 2001 From: Peyton Puckett Date: Tue, 17 Mar 2020 11:30:11 -0500 Subject: Add rainyDayTest for VFW Added less restrictive filter condition to consider discarded messages Issue-ID: POLICY-2431 Change-Id: I0bc5e34636699094c97bd7e5669f66df875cd6ae Signed-off-by: Peyton Puckett --- .../common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json') diff --git a/controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json b/controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json index f55145658..6d8603b0f 100644 --- a/controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json +++ b/controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json @@ -26,7 +26,7 @@ } } }, - "timeout": 300, + "timeout": 7, "retries": 0, "success": "final_success", "failure": "final_failure", -- cgit 1.2.3-korg