Skip to content

Commit

Permalink
increase loop count in test for #14456 under JULIA_TESTFULL
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmurthy committed May 23, 2016
1 parent d790669 commit 23b8a7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parallel_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,8 @@ for tid in [id_other, id_me, Base.default_worker_pool()]
end

# github PR #14456
for n = 1:10^5
n = DoFullTest ? 6 : 5
for i = 1:10^n
fetch(@spawnat myid() myid())
end

0 comments on commit 23b8a7a

Please sign in to comment.