File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 53
53
not changed_files
54
54
or any (x .suffix in [".rs" , ".toml" , ".lock" ] for x in changed_files )
55
55
or any (x .parent .name == "devctr" for x in changed_files )
56
+ or any (x .name == "test_kani.py" for x in changed_files )
56
57
):
57
58
kani_grp = pipeline .build_group (
58
59
"🔍 Kani" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def test_kani(results_dir):
34
34
# --output-format terse is required by -j
35
35
# -Z unstable-options is needed to enable the other `-Z` flags
36
36
_ , stdout , _ = utils .check_output (
37
- "cargo kani -Z unstable-options -Z stubbing -Z function-contracts -Z restrict-vtable -j --output-format terse --harness-timeout 30m " ,
37
+ "cargo kani -Z unstable-options -Z stubbing -Z function-contracts -Z restrict-vtable -j --output-format terse --harness-timeout 40m " ,
38
38
timeout = TIMEOUT ,
39
39
)
40
40
You can’t perform that action at this time.
0 commit comments