mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-08 11:16:36 +00:00
Fix CI unit tests (#5196)
- Add retries for rpc client - Add dynamic port allocation for rpc servers
This commit is contained in:
@@ -762,7 +762,7 @@ public:
|
||||
test::jtx::XChainBridgeObjects x;
|
||||
Env scEnv(
|
||||
*this,
|
||||
envconfig(port_increment, 3),
|
||||
envconfig(),
|
||||
features | FeatureBitset{featureXChainBridge});
|
||||
x.createScBridgeObjects(scEnv);
|
||||
|
||||
@@ -806,7 +806,7 @@ public:
|
||||
test::jtx::XChainBridgeObjects x;
|
||||
Env scEnv(
|
||||
*this,
|
||||
envconfig(port_increment, 3),
|
||||
envconfig(),
|
||||
features | FeatureBitset{featureXChainBridge});
|
||||
x.createScBridgeObjects(scEnv);
|
||||
|
||||
@@ -854,7 +854,7 @@ public:
|
||||
test::jtx::XChainBridgeObjects x;
|
||||
Env scEnv(
|
||||
*this,
|
||||
envconfig(port_increment, 3),
|
||||
envconfig(),
|
||||
features | FeatureBitset{featureXChainBridge});
|
||||
x.createScBridgeObjects(scEnv);
|
||||
auto const amt = XRP(1000);
|
||||
|
||||
Reference in New Issue
Block a user