From 86e844061a6202e657f2a6886c5ce0057952995a Mon Sep 17 00:00:00 2001 From: kiramt Date: Tue, 8 Nov 2016 14:18:48 +0000 Subject: [PATCH] JAL-2309 Made test timeout slightly longer --- test/jalview/bin/CommandLineOperations.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index 2163a7a..c79a043 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -34,7 +34,9 @@ import org.testng.annotations.Test; public class CommandLineOperations { - private static final int TEST_TIMEOUT = 4000; + private static final int TEST_TIMEOUT = 4500; // Note longer timeout needed on + // full test run than on + // individual tests private static final int SETUP_TIMEOUT = 9000; -- 1.7.10.2