Skip to content

Commit ce25a17

Browse files
committed
Increase timeout
Hopefully it will stop the test sporadically failing on Travis CI...
1 parent a19a0a1 commit ce25a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spring/test/acceptance_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ def exec_name
518518
assert !spring_env.server_running?
519519
app.run "spring server &"
520520

521-
Timeout.timeout(1) do
521+
Timeout.timeout(10) do
522522
sleep 0.1 until spring_env.server_running? && spring_env.socket_path.exist?
523523
end
524524

0 commit comments

Comments
 (0)