Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 22, 2024
1 parent b98df86 commit 1cf4fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photon-targeting/src/test/native/cpp/net/TimeSyncTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TEST(TimeSyncProtocolTest, TestClient) {

server.Start();

while (true) {
for (int i = 0; i < 10; i++) {
std::this_thread::sleep_for(1000ms);
// busywait
}
Expand Down

0 comments on commit 1cf4fe1

Please sign in to comment.