test/integration/integration_test.rb in propono-0.11.1 vs test/integration/integration_test.rb in propono-1.0.0.rc1
- old
+ new
@@ -14,12 +14,12 @@
config.application_name = config_file['application_name']
config.udp_host = "localhost"
end
end
- # Wait a max of 30secs before failing the test
+ # Wait a max of 20secs before failing the test
def wait_for_thread(thread)
- 300.times do |x|
+ 200.times do |x|
return true unless thread.alive?
sleep(0.1)
end
false
end