Run one scenario concurrently at most

This commit is contained in:
Dennis 2024-05-31 09:43:46 +02:00
parent 9b88056062
commit 59cbb08c0e
No known key found for this signature in database
GPG Key ID: 6937EAEA33A3FA5D
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@nearest @serial
@nearest
Feature: Locating Nearest node on a Way - pick closest way
Background:

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: