Skip to content

Commit

Permalink
Update lib/spring/client/run.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Jenny Shen <42748004+jenshenny@users.noreply.github.com>
  • Loading branch information
byroot and jenshenny authored Apr 16, 2024
1 parent 3519986 commit 2087ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spring/client/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def boot_server
env.socket_path.unlink if env.socket_path.exist?

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

@server_booted = true

Expand Down

0 comments on commit 2087ee5

Please sign in to comment.