Skip to content

Commit 2e1fdf0

Browse files
tweak timeout per rule and file
1 parent de7ff97 commit 2e1fdf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/tool/command.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ func createCommandParameters(language string, configurationFile *os.File, filesT
8181
"--json", //"-json_nodots",
8282
"--config", configurationFile.Name(),
8383
//"-l", language,
84-
"--timeout", "5",
85-
"--timeout-threshold", "50",
84+
"--timeout", "10",
85+
"--timeout-threshold", "5",
8686
"--max-target-bytes", "0",
8787
"--taint-intrafile",
8888
//"--error-recovery",

0 commit comments

Comments
 (0)