mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
10 seconds delay
This commit is contained in:
parent
1fcbc804ab
commit
64dee6f15a
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ public class MIInferior extends Process {
|
|||
// Allow (5 secs) for the interrupt to propagate.
|
||||
for (int i = 0; isRunning() && i < 5; i++) {
|
||||
try {
|
||||
java.lang.Thread.sleep(1000);
|
||||
java.lang.Thread.sleep(2000);
|
||||
} catch (InterruptedException e) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue