Skip to content

Commit

Permalink
avoid port conflict for parallel chopsticks jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Dec 22, 2023
1 parent acfcfb5 commit 128401d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions integration-tests/moonwall.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/tests/common-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 128401d

Please sign in to comment.