diff -r f5bac0badc7e -r 6ce30188c5bf uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp --- a/uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp Mon May 03 13:22:43 2010 +0300 +++ b/uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp Fri May 14 16:46:13 2010 +0300 @@ -39,9 +39,9 @@ { wait = 1000; } - if (wait > 100000) + if (wait > 5000000) { - wait = 100000; + wait = 5000000; } HighRes( TTimeIntervalMicroSeconds32( wait ) );