Skip to content

Commit c1a51ad

Browse files
committed
reduce to 5 second
1 parent 3c3bfc9 commit c1a51ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/terminal/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class TerminalService implements ITerminalService, Disposable {
119119
terminal.sendText(commandLine);
120120
resolve(undefined);
121121
return undefined;
122-
}, 10000);
122+
}, 5000);
123123
}),
124124
]);
125125
} else {

0 commit comments

Comments
 (0)