mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +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");
|
logger.info("Enqueue took " + (System.currentTimeMillis() - start) + "ms");
|
||||||
int count = 0;
|
int count = 0;
|
||||||
while (man.isIngestRunning()) {
|
while (man.isIngestRunning()) {
|
||||||
count++;
|
|
||||||
new Timeout("pausing", 1000).sleep(); // give it a second (or five) to process
|
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
|
new Timeout("pausing", 15000).sleep(); // give it a second (or fifteen) to process
|
||||||
boolean sleep = true;
|
//boolean sleep = true;
|
||||||
while (man.areModulesRunning()) {
|
while (man.areModulesRunning()) {
|
||||||
count++;
|
count++;
|
||||||
logger.info("count is " + count);
|
logger.info("count is " + count);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user