Skip to content

Commit

Permalink
chore: increase sleep before assert offset
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveigah committed Nov 21, 2024
1 parent f230499 commit f386136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ defmodule Klife.TestUtils do
offset,
opts \\ []
) do
Process.sleep(100)
Process.sleep(500)
partition = Keyword.get(opts, :partition, expected_record.partition)
iso_lvl = Keyword.get(opts, :isolation, :committed)
txn_status = Keyword.get(opts, :txn_status, :committed)
Expand Down

0 comments on commit f386136

Please sign in to comment.