mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-29 07:31:38 +00:00
Merge remote-tracking branch 'origin/GP-2722_Dan_dontTimeoutTheHuman' into patch
This commit is contained in:
commit
e5db51a070
@ -591,8 +591,11 @@ public abstract class AbstractDebuggerProgramLaunchOffer implements DebuggerProg
|
||||
monitor.incrementProgress(1);
|
||||
monitor.setMessage("Launching");
|
||||
locals.futureTarget = listenForTarget(l.getModel());
|
||||
if (prompt) {
|
||||
return launch(l, true, configurator);
|
||||
}
|
||||
return AsyncTimer.DEFAULT_TIMER.mark()
|
||||
.timeOut(launch(l, prompt, configurator), getTimeoutMillis(),
|
||||
.timeOut(launch(l, false, configurator), getTimeoutMillis(),
|
||||
() -> onTimedOutLaunch(monitor));
|
||||
}).thenCompose(__ -> {
|
||||
checkCancelled(monitor);
|
||||
|
Loading…
Reference in New Issue
Block a user