Increased response timeout
* increased response timeout in Controller
This commit is contained in:
parent
5601c7c0c7
commit
2e7b5ac33a
@ -89,7 +89,7 @@ where
|
||||
subengine.exec(SubengineCommand::Run);
|
||||
}
|
||||
for subengine in subengines {
|
||||
subengine.wait_for_exec(Duration::from_millis(1)).unwrap();
|
||||
subengine.wait_for_exec(Duration::from_millis(10)).unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user