speed up test.

This commit is contained in:
Raúl Kripalani 2021-06-21 18:24:39 +01:00
parent 00fa3878d4
commit 70929a99e6

View File

@ -123,7 +123,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 = time.Second blocktime = 10 * time.Millisecond
) )
kit.QuietMiningLogs() kit.QuietMiningLogs()