diff --git a/core-test b/core-test deleted file mode 100755 index 65048b8..0000000 Binary files a/core-test and /dev/null differ diff --git a/internal/cmd/go/cmd_qa.go b/internal/cmd/go/cmd_qa.go index 527b600..ba086ee 100644 --- a/internal/cmd/go/cmd_qa.go +++ b/internal/cmd/go/cmd_qa.go @@ -576,8 +576,8 @@ func runCoverage(ctx context.Context, dir string) (float64, error) { func runInternalCheck(check QACheck) (string, error) { switch check.Name { case "fuzz": - // Short burst fuzz in QA (5s per target) - duration := 5 * time.Second + // Short burst fuzz in QA (3s per target) + duration := 3 * time.Second if qaTimeout > 0 && qaTimeout < 30*time.Second { duration = 2 * time.Second }