fix: bump blocktime of TestQuotePriceForUnsealedRetrieval to 1 second
This commit is contained in:
parent
bb032b526c
commit
da789939b1
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user