Skip to content

Commit 3c23ac5

Browse files
committed
Tweak sleep to see whether this is relevant for Java 17
1 parent fb77fc2 commit 3c23ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec/ruby/rack/application_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def createRackServletWrapper(runtime, rackup, filename); end
700700
if app_count.addAndGet(1) == 2
701701
raise org.jruby.rack.RackInitializationException.new('failed app init')
702702
end
703-
sleep(0.05)
703+
sleep(0.1)
704704
end
705705
app
706706
end

0 commit comments

Comments
 (0)