From 128401df894a1b5026585e8c570406f2b2d39cfe Mon Sep 17 00:00:00 2001 From: Chralt98 Date: Fri, 22 Dec 2023 10:13:56 +0100 Subject: [PATCH] avoid port conflict for parallel chopsticks jobs --- integration-tests/moonwall.config.json | 6 +++--- integration-tests/tests/common-tests.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration-tests/moonwall.config.json b/integration-tests/moonwall.config.json index 28b28d710..cc8a4d729 100644 --- a/integration-tests/moonwall.config.json +++ b/integration-tests/moonwall.config.json @@ -111,17 +111,17 @@ { "name": "BatteryStationPara", "type": "polkadotJs", - "endpoints": ["ws://127.0.0.1:8000"] + "endpoints": ["ws://127.0.0.1:8100"] }, { "name": "BasiliskPara", "type": "polkadotJs", - "endpoints": ["ws://127.0.0.1:8001"] + "endpoints": ["ws://127.0.0.1:8101"] }, { "name": "RococoRelay", "type": "polkadotJs", - "endpoints": ["ws://127.0.0.1:8002"] + "endpoints": ["ws://127.0.0.1:8102"] } ] } diff --git a/integration-tests/tests/common-tests.ts b/integration-tests/tests/common-tests.ts index a34220fd6..3018c6011 100644 --- a/integration-tests/tests/common-tests.ts +++ b/integration-tests/tests/common-tests.ts @@ -62,7 +62,7 @@ export async function canSendBalanceTransfer( tries++; } - // without this, the xcm transfer test has a timeout + // without this, the xcm transfer `canSendXcmTransfer` test below has a timeout await context.createBlock({ providerName: providerName, count: 1 }); const balanceAfter = (