Skip to content

Commit

Permalink
2400s?
Browse files Browse the repository at this point in the history
  • Loading branch information
WeetHet committed Aug 16, 2024
1 parent 39b18fb commit 350eb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
DIR=''${1:-.}
for f in "$DIR"/*.dfy
do
${pkgs.dafny}/bin/dafny verify --allow-warnings --verification-time-limit 60 $f || exit 1
${pkgs.dafny}/bin/dafny verify --allow-warnings --verification-time-limit 2400 $f || exit 1
done
'';

Expand Down

0 comments on commit 350eb54

Please sign in to comment.