diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-09 16:02:39 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-09 16:02:39 -0600 |
| commit | b39a50e3ec622294cc0b6f271f1996a89f1849d6 (patch) | |
| tree | e06e5084e691f9964f94f8ebd11859458eaf6ff6 | |
| parent | c3527d0ecea1dbc005f11d1912b0451b2660c889 (diff) | |
test: try 5 minutes
| -rw-r--r-- | spec/support/server.rb | 2 |
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 |
