From 78b7c57226592b75777d7409088ccf820d3328db Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Thu, 30 Sep 2021 10:39:52 +0100 Subject: [PATCH 1/1] JAL-2909 increase commandlinetests timeout --- test/jalview/bin/CommandLineOperations.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index 59fc79d..1b05773 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -54,12 +54,12 @@ public class CommandLineOperations JvOptionPane.setMockResponse(JvOptionPane.CANCEL_OPTION); } - private static final int TEST_TIMEOUT = 9000; // Note longer timeout needed + private static final int TEST_TIMEOUT = 9200; // Note longer timeout needed // on // full test run than on // individual tests - private static final int SETUP_TIMEOUT = 9000; + private static final int SETUP_TIMEOUT = 9200; private static final int MINFILESIZE_SMALL = 2096; -- 1.7.10.2