Skip to content

Commit 866f44f

Browse files
authored
YQ kqprun fix win build (#9652)
1 parent 5424e5a commit 866f44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/tools/kqprun/kqprun.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ void RunAsDaemon() {
319319

320320
Cout << colors.Yellow() << TInstant::Now().ToIsoStringLocal() << " Initialization finished" << colors.Default() << Endl;
321321
while (true) {
322-
pause();
322+
Sleep(TDuration::Seconds(1));
323323
}
324324
}
325325

0 commit comments

Comments
 (0)