diff --git a/src/runtime2/tests/mod.rs b/src/runtime2/tests/mod.rs index 365aaf681f9f85c26a180f637ecfca2827dfbebd..7bdc1ce2771d8f70da978ac0ad6a834e5a414e6b 100644 --- a/src/runtime2/tests/mod.rs +++ b/src/runtime2/tests/mod.rs @@ -80,6 +80,6 @@ fn test_component_communication() { new sender(o_mrmm, 5, 5); new receiver(i_mrmm, 5, 5); }").expect("compilation"); - let rt = Runtime::new(1, pd); + let rt = Runtime::new(3, pd); create_component(&rt, "", "constructor", no_args()); } \ No newline at end of file