Skip to content

Commit d5d2d5a

Browse files
committed
shorter wait
1 parent c24e7a0 commit d5d2d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ruby/spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def start_session
4242
def default_chrome_options
4343
options = Selenium::WebDriver::Chrome::Options.new
4444
options.browser_version = 'stable'
45-
options.timeouts = {implicit: 1500}
45+
options.timeouts = {implicit: 500}
4646
options.add_argument('disable-search-engine-choice-screen')
4747
options.add_argument('--no-sandbox') if Selenium::WebDriver::Platform.os == :linux
4848
options

0 commit comments

Comments
 (0)