We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98ddaac + 7ea90b4 commit 72ffb8fCopy full SHA for 72ffb8f
test/test_helper.rb
@@ -16,7 +16,7 @@
16
chromeOptions: { args: %w(headless disable-gpu no-sandbox) }
17
)
18
client = Selenium::WebDriver::Remote::Http::Default.new
19
- client.timeout = 90 # Asset compilation can result in a timeout on the first request hence the increase.
+ client.read_timeout = 120 # Asset compilation can result in a timeout on the first request hence the increase.
20
21
Capybara::Selenium::Driver.new(
22
app,
0 commit comments