mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-06 21:34:05 -05:00
chore(gpu): reduce long run tests number of inputs to avoid timeout on 4090
This commit is contained in:
@@ -16,7 +16,7 @@ pub(crate) mod test_signed_erc20;
|
||||
pub(crate) mod test_signed_random_op_sequence;
|
||||
|
||||
pub(crate) const NB_CTXT_LONG_RUN: usize = 32;
|
||||
pub(crate) const NB_TESTS_LONG_RUN: usize = 20000;
|
||||
pub(crate) const NB_TESTS_LONG_RUN: usize = 8000;
|
||||
pub(crate) const NB_TESTS_LONG_RUN_MINIMAL: usize = 200;
|
||||
|
||||
pub(crate) fn get_user_defined_seed() -> Option<Seed> {
|
||||
|
||||
Reference in New Issue
Block a user