mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Use process tools for WaitFor test
This commit is contained in:
committed by
Dennis Klein
parent
6809d60fad
commit
99ffb732f4
@@ -189,7 +189,7 @@ try {
|
||||
bool keepRunning = true;
|
||||
|
||||
while (keepRunning) {
|
||||
if (poll(cinfd, 1, 500)) {
|
||||
if (poll(cinfd, 1, 100)) {
|
||||
if (fDeviceShutdownRequested) {
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user