Skip to content

Commit 8d360aa

Browse files
committed
small tweaks to the test
1 parent 850f16b commit 8d360aa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

polkadot/zombienet_tests/functional/0005-parachains-disputes-past-session.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bootnode = true
55
[relaychain.genesis.runtime.configuration.config]
66
max_validators_per_core = 1
77
needed_approvals = 2
8-
group_rotation_frequency = 3
8+
group_rotation_frequency = 4
99

1010
[relaychain]
1111
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
@@ -41,6 +41,5 @@ cumulus_based = true
4141
[parachains.collator]
4242
name = "alice"
4343
command = "polkadot-parachain"
44-
validator = true
4544
image = "{{CUMULUS_IMAGE}}"
4645
args = ["-lparachain=debug"]

polkadot/zombienet_tests/functional/0005-parachains-disputes-past-session.zndsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ malus-validator: resume
2121
malus-validator: log line matches "Suggesting malicious candidate" within 200 seconds
2222

2323
# Pause first flaky node
24-
# Availability and finality will continue with 3/4 nodes online (incl. malus)
24+
# Availability will continue with 3/4 nodes online (incl. malus)
2525
honest-flaky-validator-0: pause
2626

2727
# Wait for the dispute
28-
honest-flaky-validator-1: reports parachain_candidate_disputes_total is at least 1 within 40 seconds
28+
honest-flaky-validator-1: reports parachain_candidate_disputes_total is at least 1 within 60 seconds
2929

3030
# Pause second flaky node so that we do not revert blocks due to f+1 invalid votes
3131
# Availability and finality will stop

0 commit comments

Comments
 (0)