Skip to content

Commit 2a37165

Browse files
committed
adjust sleep duration
1 parent 5e0aff9 commit 2a37165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screentracker/conversation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ func (c *Conversation) writeMessageWithConfirmation(ctx context.Context, message
305305
return false, xerrors.Errorf("failed to write carriage return: %w", err)
306306
}
307307
}
308-
time.Sleep(1 * time.Millisecond)
308+
time.Sleep(25 * time.Millisecond)
309309
screen := c.cfg.AgentIO.ReadScreen()
310310
cursorX, cursorY := c.cfg.AgentIO.Cursor()
311311

0 commit comments

Comments
 (0)