Skip to content

Commit

Permalink
Add bootnode peer id to zombie_tanssi_relay tests
Browse files Browse the repository at this point in the history
And increase timeout
  • Loading branch information
tmpolaczyk committed Sep 19, 2024
1 parent 1e315f9 commit 319b4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/suites/zombie-tanssi-relay/test-tanssi-relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ describeSuite({

const profileId = await relayApi.query.dataPreservers.nextProfileId();
const profileTx = relayApi.tx.dataPreservers.createProfile({
url: "/ip4/127.0.0.1/tcp/33051/ws/p2p/12D3KooWSDsmAa7iFbHdQW4X8B2KbeRYPDLarK6EbevUSYfGkeQw",
url: "/ip4/127.0.0.1/tcp/33051/ws/p2p/12D3KooWSQLMRUjiFK7b28181xeVdwRMooqqHnzKmQw6RkybMTT5",
paraIds: "AnyParaId",
mode: "Bootnode",
assignmentRequest: "Free",
Expand Down Expand Up @@ -319,7 +319,7 @@ describeSuite({
it({
id: "T13",
title: "Blocks are being produced on container 2002",
timeout: 120000,
timeout: 180000,
test: async function () {
// Wait 3 blocks because the next test needs to get a non empty value from
// container2002Api.query.authoritiesNoting()
Expand Down

0 comments on commit 319b4ca

Please sign in to comment.