DEV: Increase per-spec timeout to 45s (#24798)
This commit is contained in:
parent
b4f65540f2
commit
601510f730
|
@ -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|
|
||||||
|
|
Loading…
Reference in New Issue