You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2021/08/01 15:05:10 UTC

[commons-net] branch master updated: Need to adjust test timeout as well...

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 83f471b  Need to adjust test timeout as well...
83f471b is described below

commit 83f471bada15fe6203c08f2fb7da412325693f0f
Author: Sebb <se...@apache.org>
AuthorDate: Sun Aug 1 16:05:02 2021 +0100

    Need to adjust test timeout as well...
---
 src/test/java/org/apache/commons/net/ftp/FTPSClientTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/net/ftp/FTPSClientTest.java b/src/test/java/org/apache/commons/net/ftp/FTPSClientTest.java
index 32f473e..93f8033 100644
--- a/src/test/java/org/apache/commons/net/ftp/FTPSClientTest.java
+++ b/src/test/java/org/apache/commons/net/ftp/FTPSClientTest.java
@@ -87,7 +87,7 @@ public class FTPSClientTest {
         return System.getProperty("test.basedir", "target/test-classes/org/apache/commons/net/test-data");
     }
 
-    private static final long TEST_TIMEOUT = 5000; // individual test timeout
+    private static final long TEST_TIMEOUT = 10000; // individual test timeout
 
     private static final long startTime = System.nanoTime();
     private static void trace(String msg) {