mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
[CI] Update actions, fix intermittent test error (#2801)
* Update Actions * TestIntegrationPumactl#test_phased_restart_cluster - time to 6 Fixes rare failures on Ubuntu 18.04
This commit is contained in:
parent
5f255fcd13
commit
aec9fb315a
2 changed files with 3 additions and 3 deletions
4
.github/workflows/mri.yml
vendored
4
.github/workflows/mri.yml
vendored
|
@ -44,14 +44,14 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: load ruby
|
||||
uses: MSP-Greg/setup-ruby-pkgs@win-ucrt-2
|
||||
uses: MSP-Greg/setup-ruby-pkgs@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
apt-get: ragel
|
||||
brew: ragel
|
||||
mingw: openssl ragel
|
||||
bundler-cache: true
|
||||
setup-ruby-ref: MSP-Greg/ruby-setup-ruby/win-ucrt-1
|
||||
setup-ruby-ref: MSP-Greg/ruby-setup-ruby/gem-update
|
||||
timeout-minutes: 10
|
||||
|
||||
# Windows error thrown, doesn't affect CI
|
||||
|
|
|
@ -89,7 +89,7 @@ class TestIntegrationPumactl < TestIntegration
|
|||
|
||||
_, status = Process.wait2(@pid)
|
||||
assert_equal 0, status
|
||||
assert_operator Time.now - start, :<, (DARWIN ? 8 : 5)
|
||||
assert_operator Time.now - start, :<, (DARWIN ? 8 : 6)
|
||||
@server = nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue