mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 13:16:48 +08:00
GT-0 fixed junit timing issue
This commit is contained in:
@@ -86,6 +86,7 @@ public class AnalysisManager {
|
||||
}
|
||||
List<AnalysisPhase> analysisPhases = recipe.getAnalysisPhases();
|
||||
boolean isFirstPhase = true;
|
||||
taskManager.setSuspended(true);
|
||||
for (AnalysisPhase analysisPhase : analysisPhases) {
|
||||
taskManager.scheduleTask(new StartPhaseTask(analysisPhase), 0, analysisPhase.getName());
|
||||
if (isFirstPhase) {
|
||||
@@ -94,6 +95,7 @@ public class AnalysisManager {
|
||||
analysisPhase.getName());
|
||||
}
|
||||
}
|
||||
taskManager.setSuspended(false);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user