Skip to content

Commit d450698

Browse files
authored
Merge pull request #807 from rollkit/connor/fix-lazy-test
Fix lazy aggregator test
2 parents a1d42d9 + e111446 commit d450698

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)