We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f042090 commit a012d42Copy full SHA for a012d42
internal/parse/parse.go
@@ -17,7 +17,7 @@ var defaultIgnoreDirs = []string{
17
}
18
19
func ProcessFilesRecursively(rootDir string, skipSubtests bool) (map[string][]*tip.TestFunction, error) {
20
- fileListQueue := make(chan *gocodewalker.File, 1)
+ fileListQueue := make(chan *gocodewalker.File, 100)
21
22
fileWalker := gocodewalker.NewFileWalker(rootDir, fileListQueue)
23
fileWalker.AllowListExtensions = append(fileWalker.AllowListExtensions, "go")
0 commit comments