Skip to content

Commit 88b0efa

Browse files
committed
REVERT ME
Shorten timeout to trigger failures
1 parent bdffa31 commit 88b0efa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
# --------------------------------------------------------------------
44
DUNE ?= dune
55
ECARGS ?=
6-
ECTOUT ?= 10
76
ECJOBS ?= 0
87
ECEXTRA ?= --report=report.log
98
CHECKPY ?=
109
CHECK := $(CHECKPY) scripts/testing/runtest
1110
CHECK += --bin=./ec.native
1211
CHECK += --jobs="$(ECJOBS)"
13-
CHECK += --bin-args=-timeout --bin-args="$(ECTOUT)"
1412
CHECK += $(foreach arg,$(ECARGS),--bin-args="$(arg)")
1513
CHECK += $(ECEXTRA) config/tests.config
1614
NIX ?= nix --extra-experimental-features "nix-command flakes"

easycrypt.project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[general]
22
provers = CVC5@1.1
33
provers = Z3@4.16
4+
5+
timeout = 1

0 commit comments

Comments
 (0)