mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Nightly test sometimes need longer time to generate report.
This commit is contained in:
parent
807f31d6cc
commit
5ac5ec7816
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user