We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f2746 commit 57c1577Copy full SHA for 57c1577
system_tests/common_test.go
@@ -195,7 +195,7 @@ var TestSequencerConfig = gethexec.SequencerConfig{
195
Enable: true,
196
MaxBlockSpeed: time.Millisecond * 10,
197
MaxRevertGasReject: params.TxGas + 10000,
198
- MaxAcceptableTimestampDelta: time.Hour * 24,
+ MaxAcceptableTimestampDelta: time.Hour,
199
SenderWhitelist: []string{},
200
Forwarder: DefaultTestForwarderConfig,
201
QueueSize: 128,
0 commit comments