From 7897d440305e772159ac07a504b935b9c58e118f Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 11 Feb 2022 18:52:17 +0000 Subject: [PATCH] JAL-3949 increase command line ops test timeout --- test/jalview/bin/CommandLineOperations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index 2ccb5dd..d829aae 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -54,7 +54,7 @@ public class CommandLineOperations JvOptionPane.setMockResponse(JvOptionPane.CANCEL_OPTION); } - private static final int TEST_TIMEOUT = 10500; // Note longer timeout needed + private static final int TEST_TIMEOUT = 12500; // Note longer timeout needed // on // full test run than on // individual tests -- 1.7.10.2