Skip to content

Commit 25f30dd

Browse files
author
svorenova
committed
Reduce phase timeouts from 300 to 150 except for paths
1 parent 83d88ac commit 25f30dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

diffblue.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ skipVerification: true
55
cbmcArguments:
66
java-max-vla-length: 100000
77
phases:
8-
- timeout: 300
8+
- timeout: 150
99
cbmcArguments:
1010
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
1111
depth: 1500
@@ -18,7 +18,7 @@ phases:
1818
nextPhase:
1919
not_analyzed: null
2020
time_out: 3
21-
- timeout: 300
21+
- timeout: 150
2222
cbmcArguments:
2323
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
2424
depth: 1500
@@ -30,7 +30,7 @@ phases:
3030
unwind: 2
3131
nextPhase:
3232
time_out: 3
33-
- timeout: 300
33+
- timeout: 150
3434
cbmcArguments:
3535
classpath: '/tools/cbmc/models.jar:.'
3636
depth: 3000
@@ -51,7 +51,7 @@ phases:
5151
string-printable: false
5252
throw-runtime-exceptions: true
5353
unwind: false
54-
- timeout: 300
54+
- timeout: 150
5555
cbmcArguments:
5656
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
5757
depth: 1500
@@ -62,7 +62,7 @@ phases:
6262
string-printable: true
6363
throw-runtime-exceptions: false
6464
unwind: 1
65-
- timeout: 300
65+
- timeout: 150
6666
cbmcArguments:
6767
classpath: '/tools/cbmc/models.jar:.'
6868
depth: 3000
@@ -73,7 +73,7 @@ phases:
7373
string-printable: false
7474
throw-runtime-exceptions: true
7575
unwind: 3
76-
- timeout: 300
76+
- timeout: 150
7777
cbmcArguments:
7878
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
7979
depth: 1500
@@ -84,7 +84,7 @@ phases:
8484
string-printable: true
8585
throw-runtime-exceptions: false
8686
unwind: 1
87-
- timeout: 300
87+
- timeout: 150
8888
cbmcArguments:
8989
classpath: '/tools/cbmc/models.jar:.'
9090
depth: 3000

0 commit comments

Comments
 (0)