Skip to content
Snippets Groups Projects
Commit b33e9f20 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* increasing start thread waiting time in DC reconstruction

parent d6bc1fbf
No related branches found
No related tags found
No related merge requests found
...@@ -220,7 +220,7 @@ void DCReconstructionMT::StartThread(unsigned int id){ ...@@ -220,7 +220,7 @@ void DCReconstructionMT::StartThread(unsigned int id){
mini->SetPrintLevel(0); mini->SetPrintLevel(0);
// Let the main thread start // Let the main thread start
std::this_thread::sleep_for(std::chrono::milliseconds(100)); std::this_thread::sleep_for(std::chrono::milliseconds(500));
while(true){ while(true){
// Do the job if possible // Do the job if possible
if(m_Ready[id]){ if(m_Ready[id]){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment