From 0b39ee87f07466c427cec3d038914d877e41194e Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan <gxtan1990@gmail.com> Date: Fri, 9 Feb 2024 06:02:42 +0800 Subject: [PATCH] DEV: Fix checkout time not properly enabled on CI (#25621) Follow-up to 96ae5c395f6cf8bc256e2bbe8ebee88e4f6c9fb6 --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index a8ff6cecb55..19c5eb52268 100644 --- a/config/database.yml +++ b/config/database.yml @@ -38,7 +38,7 @@ test: min_messages: warning pool: 1 reaping_frequency: 0 - checkout_timeout: <% ENV["CHECKOUT_TIMEOUT"] || 5 %> + checkout_timeout: <%= ENV["CHECKOUT_TIMEOUT"] || 5 %> host_names: - test.localhost