Skip to content

Commit cc3af65

Browse files
committed
Opps typo
1 parent deb87a5 commit cc3af65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/mi2/mi2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class MI2 extends EventEmitter implements IBackend {
9696
reject(new Error('Could not start gdb, no response from gdb'));
9797
}, 10);
9898
timeout = undefined;
99-
}, 1000);
99+
}, 10 * 1000);
100100

101101
const swallOutput = this.debugOutput ? false : true;
102102
let v;

0 commit comments

Comments
 (0)