Skip to content

Commit

Permalink
Fix TestNetworkVerificationOnNonEmptyDB
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Feb 16, 2025
1 parent 1c3c26f commit 2903924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func TestNetworkVerificationOnNonEmptyDB(t *testing.T) {
syncer := sync.New(chain, adaptfeeder.New(feeder.NewTestClient(t, &network)), log, 0, false, database)
ctx, cancel := context.WithTimeout(context.Background(), 250*time.Millisecond)
require.NoError(t, syncer.Run(ctx))
time.Sleep(100 * time.Millisecond)
cancel()
require.NoError(t, database.Close())

Expand Down

0 comments on commit 2903924

Please sign in to comment.