Skip to content

Commit

Permalink
Bump a timeout in zombienet coretime smoke test (#6268)
Browse files Browse the repository at this point in the history
polkadot/zombienet_tests/smoke/0004-coretime-smoke-test.zndsl still
timeouts on CI from time to time. Bumping the timeout a bit more.

Related to #6226

---------

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent 3d50716 commit 4e24733
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ coretime-collator: is up
alice: js-script ./0004-configure-relay.js with "" return is 0 within 600 secs

# Coretime chain should be producing blocks when the extrinsic is sent
alice: parachain 1005 block height is at least 10 within 120 seconds
alice: parachain 1005 block height is at least 10 within 180 seconds

# configure broker chain
coretime-collator: js-script ./0004-configure-broker.js with "" return is 0 within 600 secs
Expand Down
10 changes: 10 additions & 0 deletions prdoc/pr_6268.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: Bump a timeout in zombienet coretime smoke test
doc:
- audience: Node Dev
description: |-
polkadot/zombienet_tests/smoke/0004-coretime-smoke-test.zndsl still timeouts on CI from time to time. Bumping the timeout a bit more.

Related to https://github.com/paritytech/polkadot-sdk/issues/6226
crates:
- name: polkadot
bump: none

0 comments on commit 4e24733

Please sign in to comment.