Skip to content

Commit ee28d03

Browse files
committed
Test: increase integration test timeout for TruffleRuby
1 parent 1e111d6 commit ee28d03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ def make_request(request, params = nil)
359359

360360
def read_response(request)
361361
timeout_amount = ENV["CI"] ? 20 : 5
362+
timeout_amount *= 6 if RUBY_ENGINE == "truffleruby"
362363

363364
Timeout.timeout(timeout_amount) do
364365
# Read headers until line breaks

0 commit comments

Comments
 (0)