We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcfbd9 commit d2e0fe3Copy full SHA for d2e0fe3
src/tests/system/test_sleep.f90
@@ -38,7 +38,7 @@ subroutine test_sleep_(error)
38
39
t_ms = (toc - tic) * 1000._real64 / trate
40
41
- call check(error, t_ms, real(millisec, real64), thr=0.5_real64, rel=.true.)
+ call check(error, t_ms, real(millisec, real64), thr=1.5_real64, rel=.true.)
42
43
end subroutine test_sleep_
44
0 commit comments