diff --git a/src/runtime2/tests/mod.rs b/src/runtime2/tests/mod.rs index 29c6c9621e87b27bf8a198a446a90a16aa477171..be4f43c5f300a707b8ea07ac8f7b2cac72ed69c4 100644 --- a/src/runtime2/tests/mod.rs +++ b/src/runtime2/tests/mod.rs @@ -16,8 +16,8 @@ use crate::runtime2::native::{ApplicationSyncAction}; // 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 = 1; -pub(crate) const NUM_INSTANCES: u32 = 1; -pub(crate) const NUM_LOOPS: u32 = 1; +pub(crate) const NUM_INSTANCES: u32 = 5; +pub(crate) const NUM_LOOPS: u32 = 5; fn create_runtime(pdl: &str) -> Runtime {