testServer: fixed ProcessAction freq

This commit is contained in:
Matej Sekoranja
2013-11-25 09:50:41 +01:00
parent 0322982392
commit 2f8d1b2dff

View File

@@ -138,9 +138,9 @@ public:
} catch (...) {
std::cerr << "Unhandled exception caught in ProcessAction::run()" << std::endl;
}
epicsThreadSleep(period);
}
epicsThreadSleep(period);
}
}
};