Files
EdgeNode/internal/utils/fs/status_test.go
GoEdgeLab c19be78e0d v1.4.1
2024-07-27 15:42:50 +08:00

15 lines
300 B
Go

// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud .
package fsutils_test
import (
"testing"
"time"
fsutils "github.com/TeaOSLab/EdgeNode/internal/utils/fs"
)
func TestWaitLoad(t *testing.T) {
fsutils.WaitLoad(100, 5, 1*time.Minute)
}