Skip to content

Commit 2dc7879

Browse files
committed
chore: add default to test helpers
1 parent e4acf92 commit 2dc7879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/helpers_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ func getTestConfig(t *testing.T, n int) evconfig.Config {
9999
BlockTime: evconfig.DurationWrapper{Duration: 100 * time.Millisecond},
100100
MaxPendingHeadersAndData: 1000,
101101
LazyBlockInterval: evconfig.DurationWrapper{Duration: 5 * time.Second},
102+
ScrapeInterval: evconfig.DurationWrapper{Duration: time.Second},
102103
},
103104
DA: evconfig.DAConfig{
104105
BlockTime: evconfig.DurationWrapper{Duration: 200 * time.Millisecond},

0 commit comments

Comments
 (0)