1
0
Fork 0
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:
Alain Magloire 2003-04-22 21:15:57 +00:00
parent 1fcbc804ab
commit 64dee6f15a

View file

@ -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) {
}
}