mirror of https://github.com/apache/nifi.git
NIFI-9197 - Improve AWS Surefire Run Time
This closes #5370 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
parent
6ce9919a1f
commit
cbc25aa180
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue