Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(zombienet): increase timeout in download artifacts #3376

Merged
merged 3 commits into from
Feb 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions polkadot/zombienet_tests/misc/0002-upgrade-node.zndsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ dave: parachain 2001 block height is at least 10 within 200 seconds
# POLKADOT_PR_ARTIFACTS_URL=https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/1842869/artifacts/raw/artifacts
# with the version of polkadot you want to download.

# avg 30s in our infra
alice: run ./0002-download-polkadot-from-pr.sh with "{{POLKADOT_PR_ARTIFACTS_URL}}" within 60 seconds
bob: run ./0002-download-polkadot-from-pr.sh with "{{POLKADOT_PR_ARTIFACTS_URL}}" within 60 seconds
alice: run ./0002-download-polkadot-from-pr.sh with "{{POLKADOT_PR_ARTIFACTS_URL}}" within 90 seconds
bob: run ./0002-download-polkadot-from-pr.sh with "{{POLKADOT_PR_ARTIFACTS_URL}}" within 90 seconds
pepoviola marked this conversation as resolved.
Show resolved Hide resolved
# update the cmd to add the flag '--insecure-validator-i-know-what-i-do'
# once the base image include the version with this flag we can remove this logic.
alice: run ./0002-update-cmd.sh within 60 seconds
Expand Down
Loading