Skip to content

Commit 59f2746

Browse files
committed
system_test: increase MaxAcceptableTimestampDelta
In tests, every block advances time so sometimes blocks can be far from local time
1 parent 2d0de24 commit 59f2746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_tests/common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ var TestSequencerConfig = gethexec.SequencerConfig{
195195
Enable: true,
196196
MaxBlockSpeed: time.Millisecond * 10,
197197
MaxRevertGasReject: params.TxGas + 10000,
198-
MaxAcceptableTimestampDelta: time.Hour,
198+
MaxAcceptableTimestampDelta: time.Hour * 24,
199199
SenderWhitelist: []string{},
200200
Forwarder: DefaultTestForwarderConfig,
201201
QueueSize: 128,

0 commit comments

Comments
 (0)