Skip to content

Commit

Permalink
fix: increase timeout on GH
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Jul 14, 2023
1 parent 3a9bc81 commit 259f7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
ruby: [2.6, 2.7, "3.0", 3.1, 3.2]
runs-on: ubuntu-latest
env:
FERRUM_PROCESS_TIMEOUT: 20
FERRUM_DEFAULT_TIMEOUT: 10
FERRUM_PROCESS_TIMEOUT: 25
FERRUM_DEFAULT_TIMEOUT: 15
BUNDLE_GEMFILE: .github/gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- name: Checkout code
Expand Down

0 comments on commit 259f7e3

Please sign in to comment.