Skip to content

Commit

Permalink
Merge pull request #14001 from JuliaLang/nl/pollfd
Browse files Browse the repository at this point in the history
Use larger interval for pollfd test
  • Loading branch information
nalimilan committed Nov 17, 2015
2 parents 8e084a1 + db6d74c commit 758e21e
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 758e21e

Please sign in to comment.