mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
bump timeout of tracing
This commit is contained in:
parent
badec8aa81
commit
12201c33e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue