From 67373051bb552b158aceecb6496288b4e6c6857d Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 7 Nov 2001 14:20:44 +0000 Subject: [PATCH] Try for a minute or so. This makes the code match the documentation. --- src/RTEMS/base/rtems_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RTEMS/base/rtems_init.c b/src/RTEMS/base/rtems_init.c index a6dddaabe..f77d8482c 100644 --- a/src/RTEMS/base/rtems_init.c +++ b/src/RTEMS/base/rtems_init.c @@ -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");