DEV: Increase per-spec timeout to 45s (#24798)

This commit is contained in:
Jarek Radosz 2023-12-08 21:14:41 +01:00 committed by GitHub
parent b4f65540f2
commit 601510f730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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|