This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit cbc25aa1802b823ddea40c8bd36d0a0813419a52
Author: Paul Grey <gre...@yahoo.com>
AuthorDate: Tue Sep 7 19:59:18 2021 -0400

    NIFI-9197 - Improve AWS Surefire Run Time
    
    This closes #5370
    
    Signed-off-by: Mike Thomsen <mthom...@apache.org>
---
 .../apache/nifi/processors/aws/wag/TestInvokeAWSGatewayApiCommon.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/wag/TestInvokeAWSGatewayApiCommon.java
 
b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/wag/TestInvokeAWSGatewayApiCommon.java
index 86af1c6..335d44e 100644
--- 
a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/wag/TestInvokeAWSGatewayApiCommon.java
+++ 
b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/wag/TestInvokeAWSGatewayApiCommon.java
@@ -1224,7 +1224,7 @@ public abstract class TestInvokeAWSGatewayApiCommon {
 
         runner.setProperty(InvokeAWSGatewayApi.PROP_AWS_GATEWAY_API_ENDPOINT, 
badurlport);
         runner.setProperty(InvokeAWSGatewayApi.PROP_RESOURCE_NAME, 
"/doesnotExist");
-        runner.setProperty(InvokeAWSGatewayApi.TIMEOUT, "3 secs");
+        runner.setProperty(InvokeAWSGatewayApi.TIMEOUT, "1 sec");
         createFlowFiles(runner);
 
         runner.run();
@@ -1253,7 +1253,7 @@ public abstract class TestInvokeAWSGatewayApiCommon {
 
         runner.setProperty(InvokeAWSGatewayApi.PROP_AWS_GATEWAY_API_ENDPOINT, 
badurlhost);
         runner.setProperty(InvokeAWSGatewayApi.PROP_RESOURCE_NAME, 
"/doesnotExist");
-        runner.setProperty(InvokeAWSGatewayApi.TIMEOUT, "3 secs");
+        runner.setProperty(InvokeAWSGatewayApi.TIMEOUT, "1 sec");
         createFlowFiles(runner);
 
         runner.run();

Reply via email to