Increase File Test Timeouts

This commit is contained in:
Gary Russell
2015-11-10 12:57:49 -05:00
parent f6b95630c4
commit 81cd1e1ad9

View File

@@ -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