mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Increase per-spec timeout to 45s (#24798)
This commit is contained in:
@@ -175,7 +175,7 @@ end
|
||||
|
||||
RSpec.configure { |config| config.extend Prefabrication }
|
||||
|
||||
PER_SPEC_TIMEOUT_SECONDS = 30
|
||||
PER_SPEC_TIMEOUT_SECONDS = 45
|
||||
BROWSER_READ_TIMEOUT = 30
|
||||
|
||||
RSpec.configure do |config|
|
||||
|
||||
Reference in New Issue
Block a user