Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Nov 27, 2024
1 parent 222addf commit 6dd8173
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,15 @@ describeSuite({
title: "Wait 2 sessions",
timeout: 300000,
test: async function () {
// This needs to wait until registrar.paraLifecycle is "parathread"
await waitSessions(context, relayApi, 2, null, "Tanssi-relay");
},
});

it({
id: "T12c",
title: "Wait 2 sessions more",
timeout: 300000,
test: async function () {
await waitSessions(context, relayApi, 2, null, "Tanssi-relay");
},
});
Expand Down

0 comments on commit 6dd8173

Please sign in to comment.