Run one scenario concurrently at most

This commit is contained in:
Dennis
2024-05-31 09:43:46 +02:00
parent 9b88056062
commit 59cbb08c0e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -365,6 +365,7 @@ fn main() {
futures::executor::block_on(
OSRMWorld::cucumber()
.max_concurrent_scenarios(1)
.before(move |feature, _rule, scenario, world| {
// TODO: move to function call below
// ports the following logic: