Skip to content

Commit e079668

Browse files
authored
Increase Tool Timeout
1 parent c6f0e92 commit e079668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/tool/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func createCommandParameters(language string, configurationFile *os.File, filesT
8181
"--json", //"-json_nodots",
8282
"--config", configurationFile.Name(),
8383
/// "-l", language,
84-
"--timeout", "5",
84+
"--timeout", "15",
8585
"--timeout-threshold", "3",
8686
"--max-target-bytes", "0",
8787
"--taint-intrafile",

0 commit comments

Comments
 (0)