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:
@@ -454,7 +454,7 @@ public:
|
||||
}
|
||||
|
||||
{
|
||||
Env env_nonadmin {*this, no_admin(envconfig(port_increment, 2))};
|
||||
Env env_nonadmin {*this, no_admin(envconfig(port_increment, 3))};
|
||||
Json::Value jv;
|
||||
jv[jss::url] = "no-url";
|
||||
auto jr = env_nonadmin.rpc("json", method, to_string(jv)) [jss::result];
|
||||
|
||||
Reference in New Issue
Block a user