Skip to content

Commit acdecdc

Browse files
committed
Increase timeout of incremental loop unwinding tests
8 seconds seemed arbitrary, and we have now seen a failure on one platform, which might be just down to jitter. Increase the timeout to 15 seconds, which should be plenty.
1 parent 3376528 commit acdecdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression/cbmc-incr-oneloop/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ default: tests.log
22

33
# Note the `perl -e` serves the purpose of providing timeout
44
test:
5-
@../test.pl -c "perl -e 'alarm shift @ARGV; exec @ARGV' 8 ../../../src/cbmc/cbmc --slice-formula"
5+
@../test.pl -c "perl -e 'alarm shift @ARGV; exec @ARGV' 15 ../../../src/cbmc/cbmc --slice-formula"
66

77
tests.log: ../test.pl
8-
@../test.pl -c "perl -e 'alarm shift @ARGV; exec @ARGV' 8 ../../../src/cbmc/cbmc --slice-formula"
8+
@../test.pl -c "perl -e 'alarm shift @ARGV; exec @ARGV' 15 ../../../src/cbmc/cbmc --slice-formula"
99

1010
clean:
1111
@$(RM) *.log

0 commit comments

Comments
 (0)