Skip to content

Commit 26a6887

Browse files
longer timeouts for proofs
Signed-off-by: Stephan Merz <[email protected]>
1 parent 018369b commit 26a6887

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,13 @@ jobs:
136136
if: matrix.os != 'windows-latest' && !matrix.unicode
137137
run: |
138138
# skip proofs that take too long on certain GitHub runners
139-
SKIP=(
140-
"specifications/ewd998/EWD998_proof.tla"
141-
"specifications/lamport_mutex/LamportMutex_proofs.tla"
142-
)
139+
# SKIP=(
140+
# "specifications/ewd998/EWD998_proof.tla"
141+
# "specifications/lamport_mutex/LamportMutex_proofs.tla"
142+
# )
143143
python $SCRIPT_DIR/check_proofs.py \
144144
--tlapm_path $DEPS_DIR/tlapm \
145-
--examples_root . \
146-
--skip "${SKIP[@]}"
145+
--examples_root ."
147146
- name: Smoke-test manifest generation script
148147
run: |
149148
python $SCRIPT_DIR/generate_manifest.py \

specifications/ewd998/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"features": [],
155155
"models": [],
156156
"proof": {
157-
"runtime": "00:00:30"
157+
"runtime": "00:05:00"
158158
}
159159
},
160160
{

specifications/lamport_mutex/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"features": [],
1616
"models": [],
1717
"proof": {
18-
"runtime": "00:00:45"
18+
"runtime": "00:05:00"
1919
}
2020
},
2121
{

0 commit comments

Comments
 (0)