Skip to content

Commit d590ff9

Browse files
authored
Merge branch 'main' into fair_devices_2
2 parents 2349ae3 + ad41c6c commit d590ff9

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.buildkite/pipeline_pr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
not changed_files
5454
or any(x.suffix in [".rs", ".toml", ".lock"] for x in changed_files)
5555
or any(x.parent.name == "devctr" for x in changed_files)
56+
or any(x.name == "test_kani.py" for x in changed_files)
5657
):
5758
kani_grp = pipeline.build_group(
5859
"🔍 Kani",

tests/integration_tests/test_kani.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_kani(results_dir):
3434
# --output-format terse is required by -j
3535
# -Z unstable-options is needed to enable the other `-Z` flags
3636
_, stdout, _ = utils.check_output(
37-
"cargo kani -Z unstable-options -Z stubbing -Z function-contracts -Z restrict-vtable -j --output-format terse",
37+
"cargo kani -Z unstable-options -Z stubbing -Z function-contracts -Z restrict-vtable -j --output-format terse --harness-timeout 40m",
3838
timeout=TIMEOUT,
3939
)
4040

tools/devctr/poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/devctr/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pytest-timeout = "^2.3.1"
2929
pytest-xdist = "^3.5"
3030
python = "^3.10.0"
3131
PyYAML = "^6.0"
32-
requests = "^2.32.2"
32+
requests = "^2.32.4"
3333
requests-unixsocket2 = "^0.4.0"
3434
scipy = "^1.11.2"
3535
setproctitle = "^1.3.2"

0 commit comments

Comments
 (0)