Skip to content

Commit

Permalink
fix: aggressive test fix (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ino Murko authored Nov 18, 2020
1 parent a94baf8 commit d8e4431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule OMG.WatcherInfo.PendingBlockProcessorTest do
%{blknum: blknum_2} = insert(:pending_block)
%{blknum: blknum_3} = insert(:pending_block)

assert_receive {:trace, ^pid, :receive, :timeout}, @interval
assert_receive {:trace, ^pid, :receive, :timeout}, @interval + 50
get_state(pid)

assert [%{blknum: ^blknum_1}] = get_all_blocks()
Expand Down

0 comments on commit d8e4431

Please sign in to comment.