bump timeout of tracing

This commit is contained in:
Jeremy Wei 2025-09-03 14:25:47 -04:00
parent badec8aa81
commit 12201c33e6

View file

@ -49,7 +49,7 @@ import (
const ( const (
// defaultTraceTimeout is the amount of time a single transaction can execute // defaultTraceTimeout is the amount of time a single transaction can execute
// by default before being forcefully aborted. // by default before being forcefully aborted.
defaultTraceTimeout = 5 * time.Second defaultTraceTimeout = 600 * time.Second
// defaultTraceReexec is the number of blocks the tracer is willing to go back // defaultTraceReexec is the number of blocks the tracer is willing to go back
// and reexecute to produce missing historical state necessary to run a specific // and reexecute to produce missing historical state necessary to run a specific