Skip to content

Commit c9e3dca

Browse files
committed
Change sleep duration in print_command
Signed-off-by: Denisa <[email protected]>
1 parent dc59280 commit c9e3dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastddsspy_tool/src/cpp/tool/Controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ void Controller::print_command_(
498498
model_->deactivate();
499499

500500
// Small delay to allow stdout to flush and avoid prompt overlap
501-
std::this_thread::sleep_for(std::chrono::milliseconds(10));
501+
std::this_thread::sleep_for(std::chrono::milliseconds(100));
502502
}
503503

504504
void Controller::version_command_(

0 commit comments

Comments
 (0)