fix: bump blocktime of TestQuotePriceForUnsealedRetrieval to 1 second

This commit is contained in:
Dirk McCormick 2021-06-22 14:33:44 +02:00
parent bb032b526c
commit da789939b1

View File

@ -124,7 +124,7 @@ func TestDealsWithSealingAndRPC(t *testing.T) {
func TestQuotePriceForUnsealedRetrieval(t *testing.T) { func TestQuotePriceForUnsealedRetrieval(t *testing.T) {
var ( var (
ctx = context.Background() ctx = context.Background()
blocktime = 10 * time.Millisecond blocktime = time.Second
) )
kit.QuietMiningLogs() kit.QuietMiningLogs()