mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Testing a theory about timeouts causing the post-ingest hang.
This commit is contained in:
parent
590d5ef384
commit
da60c4ec80
@ -279,7 +279,8 @@ public class RegressionTest extends TestCase {
|
||||
// but randomize the timing so that we don't always get the same error
|
||||
// consistently, making it seem like default behavior
|
||||
Random rand = new Random();
|
||||
new Timeout("pausing", 10000 + (rand.nextInt(15000) + 5000)).sleep();
|
||||
new Timeout("pausing", 10000).sleep();
|
||||
//new Timeout("pausing", 10000 + (rand.nextInt(15000) + 5000)).sleep();
|
||||
screenshot("Finished Ingest");
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user