Skip to content

Commit 4b5ef48

Browse files
committed
Increase timeout to 5 minutes.
1 parent 83e044e commit 4b5ef48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spring/fluentforms-spring-boot-autoconfigure/src/test/java/com/_4point/aem/fluentforms/spring/AemProxyEndpointTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"jasypt.encryptor.salt-generator-classname=org.jasypt.salt.RandomSaltGenerator",
4444
"logging.level.com._4point.aem.fluentforms.spring.AemProxyEndpoint=DEBUG"
4545
})
46-
@Timeout(value = 1, unit = TimeUnit.MINUTES) // Fail tests that take longer than this to prevent hanging.
46+
@Timeout(value = 5, unit = TimeUnit.MINUTES) // Fail tests that take longer than this to prevent hanging.
4747
class AemProxyEndpointTest {
4848
private final static Logger logger = LoggerFactory.getLogger(AemProxyEndpointTest.class);
4949

0 commit comments

Comments
 (0)