@@ -32,6 +32,33 @@ phases:
32
32
unwind : 1
33
33
nextPhase :
34
34
not_analyzed : null
35
+ time_out : 3
36
+ - timeout : 150
37
+ cbmcArguments :
38
+ classpath : ' /tools/cbmc/models.jar:.'
39
+ smart-harness : simplest-constructor-and-nondet
40
+ java-assume-inputs-non-null : true
41
+ max-nondet-array-length : 20
42
+ max-nondet-string-length : 50
43
+ string-printable : true
44
+ java-assume-inputs-integral : true
45
+ throw-runtime-exceptions : false
46
+ unwind : 4
47
+ nextPhase :
48
+ time_out : 3
49
+ - timeout : 150
50
+ cbmcArguments :
51
+ classpath : ' /tools/cbmc/models.jar:.'
52
+ smart-harness : simplest-constructor-and-nondet
53
+ java-assume-inputs-non-null : true
54
+ max-nondet-array-length : 30
55
+ max-nondet-string-length : 100
56
+ string-printable : false
57
+ java-assume-inputs-integral : false
58
+ throw-runtime-exceptions : false
59
+ unwind : 16
60
+ nextPhase :
61
+ time_out : 3
35
62
- timeout : 150
36
63
cbmcArguments :
37
64
classpath : ' /tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
@@ -57,7 +84,7 @@ phases:
57
84
throw-runtime-exceptions : false
58
85
unwind : 1
59
86
nextPhase :
60
- time_out : 8
87
+ time_out : 10
61
88
- timeout : 150
62
89
cbmcArguments :
63
90
classpath : ' /tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
@@ -69,7 +96,7 @@ phases:
69
96
throw-runtime-exceptions : false
70
97
unwind : 2
71
98
nextPhase :
72
- time_out : 8
99
+ time_out : 10
73
100
- timeout : 150
74
101
cbmcArguments :
75
102
classpath : ' /tools/cbmc/models.jar:.'
@@ -81,7 +108,7 @@ phases:
81
108
throw-runtime-exceptions : false
82
109
unwind : 4
83
110
nextPhase :
84
- time_out : 8
111
+ time_out : 10
85
112
- timeout : 150
86
113
cbmcArguments :
87
114
classpath : ' /tools/cbmc/models.jar:.'
@@ -93,7 +120,7 @@ phases:
93
120
throw-runtime-exceptions : false
94
121
unwind : 8
95
122
nextPhase :
96
- time_out : 8
123
+ time_out : 10
97
124
- timeout : 150
98
125
cbmcArguments :
99
126
classpath : ' /tools/cbmc/models.jar:.'
@@ -105,7 +132,7 @@ phases:
105
132
throw-runtime-exceptions : false
106
133
unwind : 16
107
134
nextPhase :
108
- time_out : 8
135
+ time_out : 10
109
136
- timeout : 150
110
137
cbmcArguments :
111
138
classpath : ' /tools/cbmc/models.jar:.'
0 commit comments