From 5ac5ec7816ddda8d0219d63a80f8563351fd89bd Mon Sep 17 00:00:00 2001 From: "U-BASIS\\zhaohui" Date: Wed, 12 Apr 2017 11:04:52 -0400 Subject: [PATCH] Nightly test sometimes need longer time to generate report. --- .../src/org/sleuthkit/autopsy/testing/AutopsyTestCases.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/src/org/sleuthkit/autopsy/testing/AutopsyTestCases.java b/Testing/src/org/sleuthkit/autopsy/testing/AutopsyTestCases.java index 67fa0495df..d36c168a3e 100755 --- a/Testing/src/org/sleuthkit/autopsy/testing/AutopsyTestCases.java +++ b/Testing/src/org/sleuthkit/autopsy/testing/AutopsyTestCases.java @@ -275,12 +275,12 @@ public class AutopsyTestCases { Date date = new Date(); String datenotime = dateFormat.format(date); listOperator.clickOnItem(0, 1); - new Timeout("pausing", 1000).sleep(); + new Timeout("pausing", 2000).sleep(); jbo0.pushNoBlock(); - new Timeout("pausing", 1000).sleep(); + new Timeout("pausing", 2000).sleep(); JButtonOperator jbo1 = new JButtonOperator(reportDialogOperator, "Finish"); jbo1.pushNoBlock(); - new Timeout("pausing", 500).sleep(); + new Timeout("pausing", 1000).sleep(); JDialog previewDialog = JDialogOperator.waitJDialog("Progress", false, false); screenshot("Progress"); JDialogOperator previewDialogOperator = new JDialogOperator(previewDialog);