Skip to content

Commit

Permalink
try 25ms thread wait
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Sep 9, 2021
1 parent f368575 commit 71e9f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retesteth/session/ThreadManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ void ThreadManager::joinThreads(bool _all)

// The session availability check is time consuming. Let other threads to work
if (Options::get().threadCount > 1)
std::this_thread::sleep_for(50ms);
std::this_thread::sleep_for(25ms);
}
}

0 comments on commit 71e9f78

Please sign in to comment.