Skip to content

Commit face8c2

Browse files
fix command test
1 parent 2e1fdf0 commit face8c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/tool/command_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ func TestCreateCommandParameters(t *testing.T) {
4444
"--json",
4545
//"-lang", language,
4646
"--config", configurationFile.Name(),
47-
"--timeout", "5",
48-
"--timeout-threshold", "50",
47+
"--timeout", "10",
48+
"--timeout-threshold", "5",
4949
"--max-target-bytes", "0",
5050
// "-error_recovery",
5151
// "-max_memory", "2560",

0 commit comments

Comments
 (0)