improved beacon period test

This commit is contained in:
Jeff Hill
2001-08-02 21:19:50 +00:00
parent 2e34ee4829
commit 0205741354

View File

@@ -1968,10 +1968,13 @@ void verifyReasonableBeaconPeriod ( chid chan )
}
printf ( "Beacon period error estimate = %f sec.\n", error );
}
else {
printf ( "Beacon period unavailable\n" );
}
assert ( attempts++ < maxAttempts );
printf ( "Waiting for a better beacon period estimate result (%f sec).\n",
attempts * delay );
epicsThreadSleep ( delay );
ca_pend_event ( delay );
}
}
}