From 81cd1e1ad967e131ac342337efdf7e4db1255692 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 10 Nov 2015 12:57:49 -0500 Subject: [PATCH] Increase File Test Timeouts --- .../FileInboundChannelAdapterWithRecursiveDirectoryTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-integration-file/src/test/java/org/springframework/integration/file/recursive/FileInboundChannelAdapterWithRecursiveDirectoryTests.java b/spring-integration-file/src/test/java/org/springframework/integration/file/recursive/FileInboundChannelAdapterWithRecursiveDirectoryTests.java index 0eb805d831..6c15587d2a 100644 --- a/spring-integration-file/src/test/java/org/springframework/integration/file/recursive/FileInboundChannelAdapterWithRecursiveDirectoryTests.java +++ b/spring-integration-file/src/test/java/org/springframework/integration/file/recursive/FileInboundChannelAdapterWithRecursiveDirectoryTests.java @@ -52,7 +52,7 @@ public class FileInboundChannelAdapterWithRecursiveDirectoryTests { @Autowired private PollableChannel files; - @Test(timeout = 2000) + @Test(timeout = 10000) public void shouldScanDirectoriesRecursively() throws IOException { //when @@ -65,7 +65,7 @@ public class FileInboundChannelAdapterWithRecursiveDirectoryTests { } @SuppressWarnings({ "unchecked", "rawtypes" }) - @Test(timeout = 3000) + @Test(timeout = 10000) public void shouldReturnFilesMultipleLevels() throws IOException { //when