We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef1abf commit 2f29f12Copy full SHA for 2f29f12
gazelle/python/parser.go
@@ -46,7 +46,7 @@ func init() {
46
}
47
48
ctx := context.Background()
49
- ctx, parserCancel := context.WithTimeout(ctx, time.Minute*5)
+ ctx, parserCancel := context.WithTimeout(ctx, time.Minute*10)
50
cmd := exec.CommandContext(ctx, parseScriptRunfile)
51
52
cmd.Stderr = os.Stderr
gazelle/python/std_modules.go
@@ -47,7 +47,7 @@ func init() {
- ctx, stdModulesCancel := context.WithTimeout(ctx, time.Minute*5)
+ ctx, stdModulesCancel := context.WithTimeout(ctx, time.Minute*10)
cmd := exec.CommandContext(ctx, stdModulesScriptRunfile)
53
0 commit comments