Skip to content

Commit 3c10aba

Browse files
committed
change reorg thresh for tests
1 parent 9952e77 commit 3c10aba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tests/src/config.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ impl Config {
179179
.stdout(stdout)
180180
.stderr(stderr)
181181
.args(args)
182-
.env("GRAPH_STORE_WRITE_BATCH_DURATION", "5");
182+
.env("GRAPH_STORE_WRITE_BATCH_DURATION", "5")
183+
.env("ETHEREUM_REORG_THRESHOLD", "0");
183184

184185
status!(
185186
"graph-node",

0 commit comments

Comments
 (0)