From b4eb30045aa7082ac4a4e1976869a19c25697f3a Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Wed, 11 Dec 2019 16:43:23 -0500 Subject: [PATCH] Lowers concurrent test time to 10s --- .../src/test/resources/application-weights-concurrent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-gateway-core/src/test/resources/application-weights-concurrent.yml b/spring-cloud-gateway-core/src/test/resources/application-weights-concurrent.yml index cd6aa428..add12137 100644 --- a/spring-cloud-gateway-core/src/test/resources/application-weights-concurrent.yml +++ b/spring-cloud-gateway-core/src/test/resources/application-weights-concurrent.yml @@ -1,4 +1,4 @@ test: concurrent: execution: - timeInSeconds: 30 + timeInSeconds: 10