Skip to content

Commit d2e0fe3

Browse files
committed
Increase threshold for sleep test
1 parent fdcfbd9 commit d2e0fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/system/test_sleep.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ subroutine test_sleep_(error)
3838

3939
t_ms = (toc - tic) * 1000._real64 / trate
4040

41-
call check(error, t_ms, real(millisec, real64), thr=0.5_real64, rel=.true.)
41+
call check(error, t_ms, real(millisec, real64), thr=1.5_real64, rel=.true.)
4242

4343
end subroutine test_sleep_
4444

0 commit comments

Comments
 (0)