added timeout to FtpSourceTests
This commit is contained in:
@@ -193,7 +193,7 @@ public class FtpSourceTests {
|
||||
new File("test3") })));
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test(timeout=60000)
|
||||
public void concurrentPollingSunnyDay() throws Exception {
|
||||
|
||||
this.ftpSource.setMaxMessagesPerPayload(2);
|
||||
|
||||
Reference in New Issue
Block a user