Skip to content

Commit 53c0b98

Browse files
committed
Increase timeout
1 parent 1108072 commit 53c0b98

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

.github/workflows/linter.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
name: Linter
22
on: [push]
33

4-
# jobs:
5-
# linters:
6-
# name: Linters
7-
# runs-on: ubuntu-latest
8-
# steps:
9-
# - name: Checkout code
10-
# uses: actions/checkout@v2
4+
jobs:
5+
# linters:
6+
# name: Linters
7+
# runs-on: ubuntu-latest
8+
# steps:
9+
# - name: Checkout code
10+
# uses: actions/checkout@v2
1111

12-
# - name: Setup Ruby
13-
# uses: ruby/setup-ruby@v1
14-
# - name: Ruby gem cache
15-
# uses: actions/cache@v1
16-
# with:
17-
# path: vendor/bundle
18-
# key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
19-
# restore-keys: |
20-
# ${{ runner.os }}-gems-
21-
# - name: Install gems
22-
# run: |
23-
# bundle config path vendor/bundle
24-
# bundle install --jobs 4 --retry 3
12+
# - name: Setup Ruby
13+
# uses: ruby/setup-ruby@v1
14+
# - name: Ruby gem cache
15+
# uses: actions/cache@v1
16+
# with:
17+
# path: vendor/bundle
18+
# key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
19+
# restore-keys: |
20+
# ${{ runner.os }}-gems-
21+
# - name: Install gems
22+
# run: |
23+
# bundle config path vendor/bundle
24+
# bundle install --jobs 4 --retry 3
2525

26-
# - name: Run linters
27-
# run: |
28-
# bin/rubocop --parallel
26+
# - name: Run linters
27+
# run: |
28+
# bin/rubocop --parallel

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
runs-on: ubuntu-latest
1515
env:
16-
FERRUM_PROCESS_TIMEOUT: 10
16+
FERRUM_PROCESS_TIMEOUT: 20
1717
BUNDLE_GEMFILE: .github/gemfiles/${{ matrix.gemfile }}.gemfile
1818
steps:
1919
- name: Checkout code

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2020 Dmitry Vorotilin
3+
Copyright (c) 2018-2021 Dmitry Vorotilin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)