chore(ci): increase timeout for noise checks

This commit is contained in:
Arthur Meyre
2025-07-30 09:27:47 +02:00
parent 908922171d
commit 82a5cc7f2d
2 changed files with 2 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ jobs:
toolchain: stable
- name: Run noise checks
timeout-minutes: 1440
run: |
make test_noise_check

View File

@@ -934,7 +934,7 @@ test_noise_check: install_rs_check_toolchain
--features=boolean,shortint,integer,nightly-avx512 -p $(TFHE_SPEC) -- sanity_check
RUSTFLAGS="$(RUSTFLAGS)" cargo $(CARGO_RS_CHECK_TOOLCHAIN) test --profile $(CARGO_PROFILE) \
--features=boolean,shortint,integer,nightly-avx512 -p $(TFHE_SPEC) -- noise_check \
--test-threads=1
--test-threads=1 --nocapture
.PHONY: test_safe_serialization # Run the tests for safe serialization
test_safe_serialization: install_rs_build_toolchain install_cargo_nextest