mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08: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 }
|
RSpec.configure { |config| config.extend Prefabrication }
|
||||||
|
|
||||||
PER_SPEC_TIMEOUT_SECONDS = 30
|
PER_SPEC_TIMEOUT_SECONDS = 45
|
||||||
BROWSER_READ_TIMEOUT = 30
|
BROWSER_READ_TIMEOUT = 30
|
||||||
|
|
||||||
RSpec.configure do |config|
|
RSpec.configure do |config|
|
||||||
|
Reference in New Issue
Block a user