Try for a minute or so. This makes the code match the documentation.

This commit is contained in:
W. Eric Norum
2001-11-07 14:20:44 +00:00
parent d1302e6242
commit 67373051bb

View File

@@ -221,7 +221,7 @@ Init (rtems_task_argument ignored)
if (rtems_bsdnet_synchronize_ntp (0, 0) >= 0)
break;
epicsThreadSleep (5.0);
if (i >= 8) {
if (i >= 12) {
rtems_status_code sc;
rtems_time_of_day now;
printf (" *************** WARNING ***************\n");