Skip to content

Commit

Permalink
Use larger interval for pollfd test
Browse files Browse the repository at this point in the history
This prevents frequent failures from happening on build VMs.
It is not clear whether the failure reflects an underlying
bug or not, but having the CI fail randomly doesn't help
fixing it.
  • Loading branch information
nalimilan committed Nov 15, 2015
1 parent 98ecee6 commit db6d74c
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 @@ -9,7 +9,7 @@
# Writable ends are always tested for writability before a write

n = 20
intvls = [2, .2, .1, .002]
intvls = [2, .2, .1, .005]

pipe_fds = cell(n)
for i in 1:n
Expand Down

0 comments on commit db6d74c

Please sign in to comment.