try new thread instead

This commit is contained in:
Greg DiCristofaro 2025-01-20 18:56:30 -05:00
parent f21febc9e9
commit f165decee5
No known key found for this signature in database

View File

@ -193,6 +193,7 @@ public class AutopsyTestCases {
logger.log(Level.INFO, "clicking next button"); logger.log(Level.INFO, "clicking next button");
wo.btNext().clickMouse(); wo.btNext().clickMouse();
}).start(); }).start();
new Timeout("pausing", 8000).sleep();
} catch (TimeoutExpiredException ex) { } catch (TimeoutExpiredException ex) {
logger.log(Level.SEVERE, "AutopsyTestCases.testNewCaseWizard encountered timed out", ex); logger.log(Level.SEVERE, "AutopsyTestCases.testNewCaseWizard encountered timed out", ex);
logSystemDiagnostics(); logSystemDiagnostics();