From e8f5ff7bbe10fca40107291d3c78a41ab6e87442 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Sun, 19 Jan 2025 12:45:49 -0500 Subject: [PATCH] update for test case again --- Testing/src/org/sleuthkit/autopsy/testing/AutopsyTestCases.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Testing/src/org/sleuthkit/autopsy/testing/AutopsyTestCases.java b/Testing/src/org/sleuthkit/autopsy/testing/AutopsyTestCases.java index 909514b7a8..65a985af1d 100644 --- a/Testing/src/org/sleuthkit/autopsy/testing/AutopsyTestCases.java +++ b/Testing/src/org/sleuthkit/autopsy/testing/AutopsyTestCases.java @@ -185,6 +185,7 @@ public class AutopsyTestCases { new Timeout("pausing", 60000).sleep(); JComboBoxOperator comboBoxOperator = new JComboBoxOperator(wo, 0); comboBoxOperator.setSelectedItem("(GMT-5:00) America/New_York"); + new Timeout("pausing", 60000).sleep(); wo.btNext().clickMouse(); } catch (TimeoutExpiredException ex) { logger.log(Level.SEVERE, "AutopsyTestCases.testNewCaseWizard encountered timed out", ex);