Skip to content

Commit

Permalink
more timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Nov 28, 2024
1 parent d1d1f5c commit a4dfb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ mutators:
- cxx_add_to_sub # Replaces + with -
- cxx_mul_to_div # Replaces / with *
- cxx_lt_to_le # Replaces < with <=
timeout: 1000 # in milliseconds
timeout: 10000 # in milliseconds
quiet: true # enables additional logging

0 comments on commit a4dfb81

Please sign in to comment.