Skip to content

Commit

Permalink
attempt to fix flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrage committed Oct 17, 2023
1 parent cd32cf3 commit 9ad9198
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/safe_statements_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3581,7 +3581,7 @@ def up
sleep 1.1

expect(PgHaMigrations::BlockingDatabaseTransactions).to receive(:find_blocking_transactions)
.at_least(3)
.at_least(2)
.times
.and_call_original

Expand Down Expand Up @@ -3671,7 +3671,7 @@ def up
sleep 1.1

expect(PgHaMigrations::BlockingDatabaseTransactions).to receive(:find_blocking_transactions)
.at_least(3)
.at_least(2)
.times
.and_call_original

Expand Down Expand Up @@ -3731,7 +3731,7 @@ def up
sleep 1.1

expect(PgHaMigrations::BlockingDatabaseTransactions).to receive(:find_blocking_transactions)
.at_least(3)
.at_least(2)
.times
.and_call_original

Expand Down Expand Up @@ -3786,7 +3786,7 @@ def up
sleep 1.1

expect(PgHaMigrations::BlockingDatabaseTransactions).to receive(:find_blocking_transactions)
.at_least(3)
.at_least(2)
.times
.and_call_original

Expand Down

0 comments on commit 9ad9198

Please sign in to comment.