diff --git a/user/example/module/src/CorryMonitor.cc b/user/example/module/src/CorryMonitor.cc index a966029e0..0526c3ff8 100644 --- a/user/example/module/src/CorryMonitor.cc +++ b/user/example/module/src/CorryMonitor.cc @@ -553,7 +553,7 @@ void CorryMonitor::DoStopRun(){ kill(m_corry_pid, SIGINT); bool died = false; - for (int loop=0; !died && loop < 15; ++loop) + for (int loop=0; !died && loop < 30; ++loop) { int status; eudaq::mSleep(1000);