Skip to content

Commit

Permalink
increase polling timeout for acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcisme committed May 24, 2012
1 parent c2aa01b commit 8e5ed81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/guard_helper.rb
Expand Up @@ -10,7 +10,7 @@ def start_guard(guardfile_contents)
sleep 0.1 until output_from(GUARD_CMD).include?('Guard is now watching')
end

def verify_guard_behavior(max_tries = 10)
def verify_guard_behavior(max_tries = 20)
# try increasing timeout for travis
max_tries *= 5 if ENV['TRAVIS']
tries = 0
Expand Down

0 comments on commit 8e5ed81

Please sign in to comment.