diff --git a/src/runtime2/tests/mod.rs b/src/runtime2/tests/mod.rs index ce24e3034c05c44a0dd011e9418f8ea8a3ed529a..2a45f9d8c88f64a672ec64d4dbe31d05f23e9292 100644 --- a/src/runtime2/tests/mod.rs +++ b/src/runtime2/tests/mod.rs @@ -15,9 +15,9 @@ use crate::runtime2::native::{ApplicationSyncAction}; // pub(crate) const NUM_INSTANCES: u32 = 7; // number of test instances constructed // pub(crate) const NUM_LOOPS: u32 = 8; // number of loops within a single test (not used by all tests) -pub(crate) const NUM_THREADS: u32 = 4; -pub(crate) const NUM_INSTANCES: u32 = 1; -pub(crate) const NUM_LOOPS: u32 = 1; +pub(crate) const NUM_THREADS: u32 = 6; +pub(crate) const NUM_INSTANCES: u32 = 2; +pub(crate) const NUM_LOOPS: u32 = 5; fn create_runtime(pdl: &str) -> Runtime {