diff --git a/internal/tool/command.go b/internal/tool/command.go index 75bd102..5a1dc04 100644 --- a/internal/tool/command.go +++ b/internal/tool/command.go @@ -82,7 +82,7 @@ func createCommandParameters(language string, configurationFile *os.File, filesT "--config", configurationFile.Name(), /// "-l", language, "--timeout", "5", - "--timeout-threshold", "3", + "--timeout-threshold", "50", "--max-target-bytes", "0", "--taint-intrafile", //"--pro", diff --git a/internal/tool/command_test.go b/internal/tool/command_test.go index eaa94b6..2b656e9 100644 --- a/internal/tool/command_test.go +++ b/internal/tool/command_test.go @@ -45,7 +45,7 @@ func TestCreateCommandParameters(t *testing.T) { //"-lang", language, "--config", configurationFile.Name(), "--timeout", "5", - "--timeout-threshold", "3", + "--timeout-threshold", "50", "--max-target-bytes", "0", // "-error_recovery", // "-max_memory", "2560",