mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
removing unused variable
This commit is contained in:
parent
aa5fc97668
commit
b9f14fc61b
@ -267,13 +267,10 @@ public class RegressionTest extends TestCase {
|
||||
logger.info("Enqueue took " + (System.currentTimeMillis() - start) + "ms");
|
||||
int count = 0;
|
||||
while (man.isIngestRunning()) {
|
||||
count++;
|
||||
new Timeout("pausing", 1000).sleep(); // give it a second (or five) to process
|
||||
}
|
||||
logger.info("count was " + count);
|
||||
count = 0;
|
||||
new Timeout("pausing", 15000).sleep(); // give it a second (or fifteen) to process
|
||||
boolean sleep = true;
|
||||
//boolean sleep = true;
|
||||
while (man.areModulesRunning()) {
|
||||
count++;
|
||||
logger.info("count is " + count);
|
||||
|
Loading…
x
Reference in New Issue
Block a user