Index: /trunk/FACT++/src/fadctrl.cc
===================================================================
--- /trunk/FACT++/src/fadctrl.cc	(revision 18896)
+++ /trunk/FACT++/src/fadctrl.cc	(revision 18897)
@@ -1531,4 +1531,5 @@
                 // can be so fast that the single trigger still
                 // comes to early, and a short watiting is necessary :(
+                usleep(250000);
 
                 // Now we can sent the trigger
@@ -1582,4 +1583,6 @@
                     if (!it->second->IsTxQueueEmpty())
                         return FAD::State::kConfiguring3;
+
+                usleep(250000);
 
                 return FAD::State::kConfigured;
