Skip to content

Commit

Permalink
relax timing bounds in test/pollfd due to potential timing jitter
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Apr 24, 2017
1 parent 1b2afd9 commit 5f7797f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pollfd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ end
e = @elapsed for i = 1:5
wait(t)
end
@test 1.5 > e > 0.5
@test 1.5 > e >= 0.4
@test a[] == 0
nothing
end
Expand Down

0 comments on commit 5f7797f

Please sign in to comment.