Initial commit (code only without large binaries)
This commit is contained in:
13
EdgeNode/internal/utils/fs/status_test.go
Normal file
13
EdgeNode/internal/utils/fs/status_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
|
||||
package fsutils_test
|
||||
|
||||
import (
|
||||
fsutils "github.com/TeaOSLab/EdgeNode/internal/utils/fs"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
func TestWaitLoad(t *testing.T) {
|
||||
fsutils.WaitLoad(100, 5, 1*time.Minute)
|
||||
}
|
||||
Reference in New Issue
Block a user