Skip to content

Commit

Permalink
User: Disable Sydr exit timeout and increase solving timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Feb 4, 2022
1 parent d9bb8f9 commit a29e2db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions User/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,8 @@ sydr-fuzz: $(PROJECT).sydr$(SUFFIX) $(PROJECT)$(SUFFIX) FORCE
@$(MKDIR) $(FUZZ_DIR)
@rm -rf sydr-fuzz-out
@cat <<- EOF > sydr-fuzz.toml
exit-on-time = 7200

[sydr]
args = "-s 90 -j $(FUZZ_JOBS)"
args = "--solving-timeout 60 -s 900 -j $(FUZZ_JOBS)"
target = "$(PROJECT).sydr$(SUFFIX) @@"
jobs = 1

Expand Down

0 comments on commit a29e2db

Please sign in to comment.