Skip to content

Commit 57c1577

Browse files
committed
Revert "system_test: increase MaxAcceptableTimestampDelta"
This reverts commit 59f2746.
1 parent 59f2746 commit 57c1577

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 * 24,
198+
MaxAcceptableTimestampDelta: time.Hour,
199199
SenderWhitelist: []string{},
200200
Forwarder: DefaultTestForwarderConfig,
201201
QueueSize: 128,

0 commit comments

Comments
 (0)