mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-09 06:39:33 +00:00
sleep fix
This commit is contained in:
parent
0ad9d7aecc
commit
d2163735b5
@ -83,9 +83,9 @@ public class IngestedWithHashAndFileTypeIntraCaseTest extends NbTestCase {
|
||||
Assert.fail(ex.getMessage());
|
||||
}
|
||||
|
||||
// wait 30 seconds for all processes to finish before beginning tests
|
||||
// wait 10 seconds for all processes to finish before beginning tests
|
||||
try {
|
||||
Thread.sleep(30_1000);
|
||||
Thread.sleep(10_000);
|
||||
} catch (InterruptedException ex) {
|
||||
Exceptions.printStackTrace(ex);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user