Skip to content

Commit c488165

Browse files
committed
Default to a 10 seconds timeout in socket specs
1 parent f8b2ae4 commit c488165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/library/socket/fixtures/classes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def self.loop_with_timeout(timeout = 5)
8585
end
8686
end
8787

88-
def self.wait_until_success(timeout = 5)
88+
def self.wait_until_success(timeout = 10)
8989
loop_with_timeout(timeout) do
9090
begin
9191
return yield

0 commit comments

Comments
 (0)