This commit is contained in:
Aayush Rajasekaran 2020-09-22 19:07:32 -04:00
parent 46fb0e74cd
commit 77f81fc49b

View File

@ -5,6 +5,8 @@ import (
"testing"
"time"
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
builder "github.com/filecoin-project/lotus/node/test"
"github.com/filecoin-project/go-state-types/abi"
@ -68,6 +70,8 @@ func TestAPIDealFlowReal(t *testing.T) {
logging.SetLogLevel("sub", "ERROR")
logging.SetLogLevel("storageminer", "ERROR")
// TODO: Do this better.
miner.PreCommitChallengeDelay = 5
miner0.PreCommitChallengeDelay = 5
t.Run("basic", func(t *testing.T) {