JAL-629 updated tests
authorBen Soares <b.soares@dundee.ac.uk>
Tue, 12 Sep 2023 01:23:45 +0000 (02:23 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 12 Sep 2023 01:23:45 +0000 (02:23 +0100)
test/jalview/bin/HiDPISettingTest2.java

index 87a26d1..6812bce 100644 (file)
@@ -171,7 +171,7 @@ public class HiDPISettingTest2
 
     String jvmArgs = HiDPISetting.getScalePropertyArg(scale);
 
-    String appArgs = " -open examples/uniref50.fa -nosplash -nonews -noquestionnaire -nousagestats -nowebservicediscovery";
+    String appArgs = " --open examples/uniref50.fa --nosplash --nonews --noquestionnaire --nousagestats --nowebservicediscovery";
 
     Worker worker = getJalviewDesktopRunner(jvmArgs, appArgs);
     assertNotNull(worker, "worker is null");
@@ -183,7 +183,7 @@ public class HiDPISettingTest2
     {
       while ((ln = worker.getErrorReader().readLine()) != null)
       {
-        if (++count > 100)
+        if (++count > 150)
         {
           break;
         }