We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b102f3e commit 4db026aCopy full SHA for 4db026a
spec/integration/run_flag_spec.rb
@@ -26,7 +26,7 @@
26
end
27
28
it 'completes successfully without blocking' do
29
- wait_until { subject }
+ wait_until(timeout: 10) { subject } # Need to wait long time for JRuby startup
30
subject.status.should == 0
31
32
0 commit comments