Skip to content

Commit f07711b

Browse files
committed
Revert "Revert "Try a longer timeout""
This reverts commit 792d377. Actually, I've seen some of these timeouts since I reverted it, so maybe the longer timeout was useful. Let's see.
1 parent faa9f49 commit f07711b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spring/client/run.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Client
77
class Run < Command
88
FORWARDED_SIGNALS = %w(INT QUIT USR1 USR2 INFO WINCH) & Signal.list.keys
99
CONNECT_TIMEOUT = 1
10-
BOOT_TIMEOUT = 10
10+
BOOT_TIMEOUT = 20
1111

1212
attr_reader :server
1313

0 commit comments

Comments
 (0)