updated server binaries

This commit is contained in:
2019-06-12 15:37:17 +02:00
parent 4f4de15d3a
commit 46533b0411
10 changed files with 35 additions and 29 deletions

View File

@ -3911,7 +3911,7 @@ int multiSlsDetector::powerChip(int ival) {
ret = detectors[i]->powerChip(ival);
// 1s sleep per module for large systems
if(ival >=0 && detectors.size() > 3)
usleep(1000000);
usleep(1000 * 1000);
if (detectors[i]->getErrorMask())
setErrorMask(getErrorMask() | (1 << i));
if (ret == FAIL)