Skip to content

Commit

Permalink
fix shared-core-idle-parachain flaky test (#6387)
Browse files Browse the repository at this point in the history
  • Loading branch information
alindima authored Nov 6, 2024
1 parent c1238b6 commit ee3a035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab/pipeline/zombienet/polkadot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ zombienet-polkadot-functional-0017-sync-backing:
--local-dir="${LOCAL_DIR}/functional"
--test="0017-sync-backing.zndsl"

.zombienet-polkadot-functional-0018-shared-core-idle-parachain:
zombienet-polkadot-functional-0018-shared-core-idle-parachain:
extends:
- .zombienet-polkadot-common
before_script:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ validator-0: js-script ./force-register-paras.js with "2000" return is 0 within
# assign core 0 to be shared by two paras, but only one exists
validator-0: js-script ./assign-core.js with "0,2000,28800,2001,28800" return is 0 within 600 seconds

collator-2000: reports block height is at least 10 within 180 seconds
collator-2000: reports block height is at least 10 within 210 seconds

0 comments on commit ee3a035

Please sign in to comment.