mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 22:34:57 +00:00
this removes the space between the query string and the URL ``` $MODULE='Acceptance: Search' rake qunit:test\[20000\] .... Running: {"module":"Acceptance: Search"} ... http://localhost:60099/qunit?module=Acceptance%3A%20Search 20000 ``` The timeout value seems to work fine.