Skip to content

Commit

Permalink
Interrupt later to prevent flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Dec 10, 2024
1 parent bf7529f commit 7750793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/interrupt_resume_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def test_interrupt_resume_inline_verifier_with_datawriter
batches_written = 0
ghostferry.on_status(Ghostferry::Status::AFTER_ROW_COPY) do
batches_written += 1
if batches_written >= 2
if batches_written >= 5
ghostferry.term_and_wait_for_exit
end
end
Expand Down

0 comments on commit 7750793

Please sign in to comment.