Skip to content

Commit

Permalink
Not a bad idea to set stricter timeouts
Browse files Browse the repository at this point in the history
By default that is 360 minutes.
  • Loading branch information
mostlyobvious committed Sep 10, 2023
1 parent ea1c714 commit 031a997
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aggregate_root_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: aggregate_root
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aggregate_root_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: aggregate_root
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dres_client_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/dres_client
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dres_rails_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/dres_rails
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/minitest-ruby_event_store_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/minitest-ruby_event_store
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/minitest-ruby_event_store_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/minitest-ruby_event_store
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rails_event_store_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: rails_event_store
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rails_event_store_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: rails_event_store
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-active_record
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-active_record_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-active_record
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-browser_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-browser
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-browser_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-browser
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-browser_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-browser
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-flipper_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-flipper
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-flipper_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-flipper
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-newrelic_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-newrelic
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-newrelic_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-newrelic
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-outbox_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-outbox
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-outbox_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-outbox
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-profiler_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-profiler
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-profiler_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-profiler
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-protobuf_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-protobuf
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-protobuf_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-protobuf
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-rom_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-rom
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-rom_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-rom
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-rspec_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-rspec
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-rspec_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-rspec
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-sequel_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-sequel
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-sequel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-sequel
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-sidekiq_scheduler
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-sidekiq_scheduler
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-transformations
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-transformations
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store
RUBY_VERSION: "${{ matrix.ruby_version }}"
Expand Down
1 change: 1 addition & 0 deletions support/ci/assets.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
<%= env %>
strategy:
Expand Down
1 change: 1 addition & 0 deletions support/ci/template.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
<%= job_name %>:
runs-on: ubuntu-20.04
timeout-minutes: 120
env:
<%= env %>
<% unless services.empty? %>
Expand Down

0 comments on commit 031a997

Please sign in to comment.