summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/support/server.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/server.rb b/spec/support/server.rb
index e5acdd1..8de0d9d 100644
--- a/spec/support/server.rb
+++ b/spec/support/server.rb
@@ -17,7 +17,7 @@ RSpec.configure do |config|
}, "mise exec -- cargo run")
ip, port = bind_addr.split(":")
- 10.times do |n|
+ 300.times do |n|
begin
Socket.tcp(ip, port.to_i) { true }
break