Skip to content

Commit 1947bbf

Browse files
committed
Add a timeout
1 parent e30eee6 commit 1947bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/acceptance/app_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def exec_name
316316
exit output == "done\n"
317317
CODE
318318

319-
assert_success [%(bin/rails runner 'load Rails.root.join("script.rb")'), timeout: nil]
319+
assert_success [%(bin/rails runner 'load Rails.root.join("script.rb")'), timeout: 60]
320320
end
321321

322322
test "changing the environment between runs" do

0 commit comments

Comments
 (0)