DEV: Fix checkout time not properly enabled on CI (#25621)

Follow-up to 96ae5c395f6cf8bc256e2bbe8ebee88e4f6c9fb6
This commit is contained in:
Alan Guo Xiang Tan 2024-02-09 06:02:42 +08:00 committed by GitHub
parent 4fd93ad4b0
commit 0b39ee87f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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