added timeout to FtpSourceTests

This commit is contained in:
Iwein Fuld
2008-08-18 13:28:12 +00:00
parent d03c985e44
commit 2977f4f61b

View File

@@ -193,7 +193,7 @@ public class FtpSourceTests {
new File("test3") })));
}
@Test
@Test(timeout=60000)
public void concurrentPollingSunnyDay() throws Exception {
this.ftpSource.setMaxMessagesPerPayload(2);