mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
try new thread instead
This commit is contained in:
parent
f21febc9e9
commit
f165decee5
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user