Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Dec 20, 2024
1 parent 219c363 commit 29b728e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ruby: [2.7, "3.0", 3.1, 3.2, 3.3]
runs-on: ubuntu-latest
env:
FERRUM_PROCESS_TIMEOUT: 25
FERRUM_PROCESS_TIMEOUT: 40
FERRUM_DEFAULT_TIMEOUT: 15
steps:
- name: Checkout code
Expand Down
3 changes: 1 addition & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

puts ""
command = Ferrum::Browser::Command.build(Ferrum::Browser::Options.new, nil)
puts command.path
puts `head #{command.path}`
puts `#{Shellwords.escape(command.path)} --version`
puts ""

Expand All @@ -44,6 +42,7 @@
options.merge!(logger: ferrum_logger)
end

puts options.inspect
@browser = Ferrum::Browser.new(**options)
end

Expand Down

0 comments on commit 29b728e

Please sign in to comment.