--- ray/src/hd/rhd_x11.c 2003/02/22 02:07:24 3.32 +++ ray/src/hd/rhd_x11.c 2003/04/14 16:56:19 3.33 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: rhd_x11.c,v 3.32 2003/02/22 02:07:24 greg Exp $"; +static const char RCSid[] = "$Id: rhd_x11.c,v 3.33 2003/04/14 16:56:19 greg Exp $"; #endif /* * X11 driver for holodeck display. @@ -613,7 +613,7 @@ waitabit() /* pause a moment */ { struct timespec ts; ts.tv_sec = 0; - ts.tv_nsec = 5000000; + ts.tv_nsec = 50000000; nanosleep(&ts, NULL); }