Skip to content

Commit a0d978c

Browse files
committed
tweak a timeout
1 parent d2751c5 commit a0d978c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/frontend/frame-editors/terminal-editor/nats-terminal-connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export class NatsTerminalConnection extends EventEmitter {
243243
private setReady = async () => {
244244
// wait until after render loop of terminal before allowing writing,
245245
// or we get corruption.
246-
await delay(250);
246+
await delay(1);
247247
this.setState("running");
248248
this.emit("ready");
249249
};

0 commit comments

Comments
 (0)