Skip to content

Commit

Permalink
Increase timeout for zombie_tanssi_relay test (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Sep 20, 2024
1 parent 1e315f9 commit 7294a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/zombie-tanssi-relay/test-tanssi-relay.ts
Original file line number Diff line number Diff line change
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 7294a38

Please sign in to comment.