We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6e2f7 commit 52d2172Copy full SHA for 52d2172
regression/cbmc-incr-oneloop/Makefile
@@ -2,10 +2,10 @@ default: tests.log
2
3
# Note the `perl -e` serves the purpose of providing timeout
4
test:
5
- @../test.pl -c "perl -e 'alarm shift @ARGV; exec @ARGV' 15 ../../../src/cbmc/cbmc --slice-formula"
+ @../test.pl -c "perl -e 'alarm shift @ARGV; exec @ARGV' 25 ../../../src/cbmc/cbmc --slice-formula"
6
7
tests.log: ../test.pl
8
9
10
clean:
11
@$(RM) *.log
0 commit comments