Skip to content

Commit

Permalink
TestIntegrationPumactl#test_phased_restart_cluster - time to 6
Browse files Browse the repository at this point in the history
Fixes rare failures on Ubuntu 18.04
  • Loading branch information
MSP-Greg committed Jan 16, 2022
1 parent 2837b51 commit 0e7ad5d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0e7ad5d

Please sign in to comment.