We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb87a5 commit cc3af65Copy full SHA for cc3af65
src/backend/mi2/mi2.ts
@@ -96,7 +96,7 @@ export class MI2 extends EventEmitter implements IBackend {
96
reject(new Error('Could not start gdb, no response from gdb'));
97
}, 10);
98
timeout = undefined;
99
- }, 1000);
+ }, 10 * 1000);
100
101
const swallOutput = this.debugOutput ? false : true;
102
let v;
0 commit comments