Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Jun 20, 2024
1 parent f38610e commit cc2b364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/datacommittee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func TestDataCommittee(t *testing.T) {

// allow the member to startup and synchronize
log.Infof("waiting for delayed member %d to synchronize...", delayedMember.i)
<-time.After(20 * time.Second)
<-time.After(90 * time.Second)

iter, err := getSequenceBatchesEventIterator(clientL1)
require.NoError(t, err)
Expand Down

0 comments on commit cc2b364

Please sign in to comment.