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