From 2977f4f61bcc0dfa9d419131e96cc402fb488dec Mon Sep 17 00:00:00 2001 From: Iwein Fuld Date: Mon, 18 Aug 2008 13:28:12 +0000 Subject: [PATCH] added timeout to FtpSourceTests --- .../springframework/integration/adapter/ftp/FtpSourceTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.integration.adapter/src/test/java/org/springframework/integration/adapter/ftp/FtpSourceTests.java b/org.springframework.integration.adapter/src/test/java/org/springframework/integration/adapter/ftp/FtpSourceTests.java index 4c5355d688..7f279b2cd7 100644 --- a/org.springframework.integration.adapter/src/test/java/org/springframework/integration/adapter/ftp/FtpSourceTests.java +++ b/org.springframework.integration.adapter/src/test/java/org/springframework/integration/adapter/ftp/FtpSourceTests.java @@ -193,7 +193,7 @@ public class FtpSourceTests { new File("test3") }))); } - @Test + @Test(timeout=60000) public void concurrentPollingSunnyDay() throws Exception { this.ftpSource.setMaxMessagesPerPayload(2);