mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-09 14:49:32 +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());
|
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 {
|
try {
|
||||||
Thread.sleep(30_1000);
|
Thread.sleep(10_000);
|
||||||
} catch (InterruptedException ex) {
|
} catch (InterruptedException ex) {
|
||||||
Exceptions.printStackTrace(ex);
|
Exceptions.printStackTrace(ex);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user