Skip to content

Commit

Permalink
increase spec timeout to see if it helps CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Leech committed Oct 6, 2014
1 parent 6d3c3e8 commit 3cc8555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration_spec.rb
Expand Up @@ -25,7 +25,7 @@ def run

publisher.run

Timeout.timeout(2) do
Timeout.timeout(10) do
while !File.exist?('/tmp/shared')
sleep(0.1)
end
Expand Down

0 comments on commit 3cc8555

Please sign in to comment.