Skip to content

Commit bd1260c

Browse files
Reduce unwind value for TokenTest01
Unwind 6 should be enough to detect any error and makes jbmc end quicker than with 30.
1 parent 27e3f88 commit bd1260c

File tree

1 file changed

+1
-1
lines changed
  • jbmc/regression/jbmc-strings/TokenTest01

1 file changed

+1
-1
lines changed

jbmc/regression/jbmc-strings/TokenTest01/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
TokenTest01.class
3-
--max-nondet-string-length 1000 --unwind 30 --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
3+
--max-nondet-string-length 1000 --unwind 6 --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

0 commit comments

Comments
 (0)