Skip to content

Commit 7a1a0f3

Browse files
committed
Try a longer timeout
The timeout is causing a few sporadic failures on the CI. Since this didn't happen previously (when we waited infinitely), I think/hope having a longer timeout value will solve it.
1 parent 525e4db commit 7a1a0f3

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)