Skip to content

Commit

Permalink
[Fuzzing] update time
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Singh <[email protected]>
  • Loading branch information
0x34d committed Aug 1, 2023
1 parent cf5b879 commit 0f8b7f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ quicktest:
go test ./...

fuzz:
go test -fuzz=FuzzParseDN -fuzztime=10s $(PWD)/
go test -fuzz=FuzzDecodeEscapedSymbols -fuzztime=10s $(PWD)/
go test -fuzz=FuzzEscapeFilter -fuzztime=10s $(PWD)/
go test -fuzz=FuzzEscapeDN -fuzztime=10s $(PWD)/
go test -fuzz=FuzzParseDN -fuzztime=600s $(PWD)/
go test -fuzz=FuzzDecodeEscapedSymbols -fuzztime=600s $(PWD)/
go test -fuzz=FuzzEscapeFilter -fuzztime=600s $(PWD)/
go test -fuzz=FuzzEscapeDN -fuzztime=600s $(PWD)/

# Capture output and force failure when there is non-empty output
fmt:
Expand Down

0 comments on commit 0f8b7f4

Please sign in to comment.