Skip to content

Commit 6349540

Browse files
author
Connor O'Hara
committed
add a delay to ensure test waits for block 1 to be built
1 parent 770a9bd commit 6349540

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

node/full_node_integration_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ func TestLazyAggregator(t *testing.T) {
172172

173173
require.NoError(err)
174174

175+
// delay to ensure it waits for block 1 to be built
176+
time.Sleep(1 * time.Second)
177+
175178
client := node.GetClient()
176179

177180
_, err = client.BroadcastTxCommit(context.Background(), []byte{0, 0, 0, 1})

0 commit comments

Comments
 (0)