Fix flickering "updates cache if initial value is zero" tests (#10402)

vb-beacon-proxy-missing-expection-fix
Victor Baranov 5 months ago committed by GitHub
parent 82f053e392
commit 772fae1750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/explorer/test/explorer/chain/cache/block_test.exs
  2. 2
      apps/explorer/test/explorer/chain/cache/transaction_test.exs

@ -22,7 +22,7 @@ defmodule Explorer.Chain.Cache.BlockTest do
_result = Block.get_count() _result = Block.get_count()
Process.sleep(1000) Process.sleep(2000)
updated_value = Block.get_count() updated_value = Block.get_count()

@ -22,7 +22,7 @@ defmodule Explorer.Chain.Cache.TransactionTest do
_result = Transaction.get_count() _result = Transaction.get_count()
Process.sleep(1000) Process.sleep(2000)
updated_value = Transaction.get_count() updated_value = Transaction.get_count()

Loading…
Cancel
Save