changeset 201 | 43365a9b78a3 |
parent 109 | b3a1d9898418 |
--- a/kerneltest/e32test/misc/t_cputime.cpp Wed Jun 23 19:44:53 2010 +0300 +++ b/kerneltest/e32test/misc/t_cputime.cpp Tue Jul 06 15:50:07 2010 +0300 @@ -262,6 +262,7 @@ test(100*us >= 98*KShortWait); // left limit test(us - KShortWait <= user_after_tolerance); // right limit + FailIfError(thread.GetCpuTime(time)); User::After(KLongWait); FailIfError(thread.GetCpuTime(time2)); us = time2.Int64() - time.Int64();