]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
increase buffer loop time
authorslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Nov 2010 20:26:26 +0000 (20:26 +0000)
committerslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Nov 2010 20:26:26 +0000 (20:26 +0000)
EVE/EveHLT/AliEveHLTEventManager.cxx

index 866e4fe4d5dd43bcd71371ec6748f20e78ac2c02..490d2820a772c062b49a58c41d6492895db5a652 100644 (file)
@@ -353,7 +353,7 @@ void AliEveHLTEventManager::StartLoop() {
   //fTimer->SetCommand("NextEvent()", "AliEveHLTEventManager", this);
   NextEvent();
   SetEventLoopStarted(kTRUE);
   //fTimer->SetCommand("NextEvent()", "AliEveHLTEventManager", this);
   NextEvent();
   SetEventLoopStarted(kTRUE);
-  fTimer->Start(15000);
+  fTimer->Start(45000);
 }
 
 void AliEveHLTEventManager::StopLoop() {
 }
 
 void AliEveHLTEventManager::StopLoop() {