mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix checkout time not properly enabled on CI (#25621)
Follow-up to 96ae5c395f
This commit is contained in:
parent
4fd93ad4b0
commit
0b39ee87f0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user