We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3519986 commit 2087ee5Copy full SHA for 2087ee5
lib/spring/client/run.rb
@@ -72,7 +72,7 @@ def boot_server
72
env.socket_path.unlink if env.socket_path.exist?
73
74
pid = Process.spawn(server_process_env, env.server_command, out: File::NULL)
75
- timeout = Time.now + String.boot_timeout
+ timeout = Time.now + Spring.boot_timeout
76
77
@server_booted = true
78
0 commit comments