mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Run unit tests in parallel
This commit is contained in:
@@ -690,7 +690,7 @@ class View_test
|
||||
|
||||
// The two Env's can't share the same ports, so modifiy the config
|
||||
// of the second Env to use higher port numbers
|
||||
Env eB {*this, envconfig(port_increment, 5)};
|
||||
Env eB {*this, envconfig(port_increment, 3)};
|
||||
|
||||
// Make ledgers that are incompatible with the first ledgers. Note
|
||||
// that bob is funded before alice.
|
||||
|
||||
Reference in New Issue
Block a user