Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Update actions, fix intermittent test error #2801

Merged
merged 2 commits into from Jan 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/mri.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/test_integration_pumactl.rb
Expand Up @@ -89,7 +89,7 @@ def test_phased_restart_cluster

_, 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

Expand Down