Skip to content

Commit 4d905ea

Browse files
committed
system_test: paralellise gas_dim tests
1 parent 33e4f75 commit 4d905ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_tests/gas_dim_log_a_common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func gasDimensionTestSetup(t *testing.T, expectRevert bool) (
8989
) {
9090
t.Helper()
9191
ctx, cancel = context.WithCancel(context.Background())
92-
builder = NewNodeBuilder(ctx).DefaultConfig(t, true).DontParalellise()
92+
builder = NewNodeBuilder(ctx).DefaultConfig(t, true)
9393
builder.execConfig.Caching.Archive = true
9494
if expectRevert {
9595
builder.execConfig.Sequencer.MaxRevertGasReject = 0

0 commit comments

Comments
 (0)