Fix CI unit tests (#5196)

- Add retries for rpc client
- Add dynamic port allocation for rpc servers
This commit is contained in:
Olek
2025-01-28 10:45:59 -05:00
committed by tequ
parent 91aabaa4aa
commit a0505ce47d
31 changed files with 290 additions and 149 deletions

View File

@@ -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);