Skip to content

Commit 2087ee5

Browse files
byrootjenshenny
andauthored
Update lib/spring/client/run.rb
Co-authored-by: Jenny Shen <[email protected]>
1 parent 3519986 commit 2087ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spring/client/run.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def boot_server
7272
env.socket_path.unlink if env.socket_path.exist?
7373

7474
pid = Process.spawn(server_process_env, env.server_command, out: File::NULL)
75-
timeout = Time.now + String.boot_timeout
75+
timeout = Time.now + Spring.boot_timeout
7676

7777
@server_booted = true
7878

0 commit comments

Comments
 (0)