NIFI-9197 - Improve AWS Surefire Run Time

This closes #5370

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
Paul Grey 2021-09-07 19:59:18 -04:00 committed by Mike Thomsen
parent 6ce9919a1f
commit cbc25aa180
No known key found for this signature in database
GPG Key ID: 88511C3D4CAD246F
1 changed files with 2 additions and 2 deletions

View File

@ -1224,7 +1224,7 @@ public abstract class TestInvokeAWSGatewayApiCommon {
runner.setProperty(InvokeAWSGatewayApi.PROP_AWS_GATEWAY_API_ENDPOINT, badurlport); runner.setProperty(InvokeAWSGatewayApi.PROP_AWS_GATEWAY_API_ENDPOINT, badurlport);
runner.setProperty(InvokeAWSGatewayApi.PROP_RESOURCE_NAME, "/doesnotExist"); runner.setProperty(InvokeAWSGatewayApi.PROP_RESOURCE_NAME, "/doesnotExist");
runner.setProperty(InvokeAWSGatewayApi.TIMEOUT, "3 secs"); runner.setProperty(InvokeAWSGatewayApi.TIMEOUT, "1 sec");
createFlowFiles(runner); createFlowFiles(runner);
runner.run(); runner.run();
@ -1253,7 +1253,7 @@ public abstract class TestInvokeAWSGatewayApiCommon {
runner.setProperty(InvokeAWSGatewayApi.PROP_AWS_GATEWAY_API_ENDPOINT, badurlhost); runner.setProperty(InvokeAWSGatewayApi.PROP_AWS_GATEWAY_API_ENDPOINT, badurlhost);
runner.setProperty(InvokeAWSGatewayApi.PROP_RESOURCE_NAME, "/doesnotExist"); runner.setProperty(InvokeAWSGatewayApi.PROP_RESOURCE_NAME, "/doesnotExist");
runner.setProperty(InvokeAWSGatewayApi.TIMEOUT, "3 secs"); runner.setProperty(InvokeAWSGatewayApi.TIMEOUT, "1 sec");
createFlowFiles(runner); createFlowFiles(runner);
runner.run(); runner.run();