mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 16:48:01 +02:00
fixed linking issue in arping and shm test (#659)
Co-authored-by: Erik Frojdh <erik.frojdh@psi.ch>
This commit is contained in:
@ -85,8 +85,8 @@ void Arping::ProcessExecution() {
|
||||
if (!error.empty()) {
|
||||
LOG(logERROR) << error;
|
||||
}
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::seconds(timeIntervalSeconds));
|
||||
const auto interval = std::chrono::seconds(60);
|
||||
std::this_thread::sleep_for(interval);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user