Run one scenario concurrently at most
This commit is contained in:
parent
9b88056062
commit
59cbb08c0e
@ -1,4 +1,4 @@
|
||||
@nearest @serial
|
||||
@nearest
|
||||
Feature: Locating Nearest node on a Way - pick closest way
|
||||
|
||||
Background:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user