sectorstorage: Fix tests

This commit is contained in:
Łukasz Magiera 2020-08-28 16:33:41 +02:00
parent 6d1682a27e
commit 5ee85dc263

View File

@ -22,6 +22,10 @@ import (
"github.com/filecoin-project/specs-storage/storage" "github.com/filecoin-project/specs-storage/storage"
) )
func init() {
InitWait = 10 * time.Millisecond
}
func TestWithPriority(t *testing.T) { func TestWithPriority(t *testing.T) {
ctx := context.Background() ctx := context.Background()