Skip to content

Commit

Permalink
higher timeout in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Overkillus committed Nov 24, 2023
1 parent 7c950eb commit 205c48d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ honest: parachain 2001 block height is at least 10 within 200 seconds
malus: log line contains "😈 Disputing candidate with hash:" within 180 seconds

# Check if disputes are initiated and concluded.
honest: reports polkadot_parachain_candidate_disputes_total is at least 2 within 30 seconds
honest: reports polkadot_parachain_candidate_dispute_concluded{validity="valid"} is at least 2 within 30 seconds
honest: reports polkadot_parachain_candidate_dispute_concluded{validity="invalid"} is 0 within 30 seconds
honest: reports polkadot_parachain_candidate_disputes_total is at least 2 within 100 seconds
honest: reports polkadot_parachain_candidate_dispute_concluded{validity="valid"} is at least 2 within 100 seconds
honest: reports polkadot_parachain_candidate_dispute_concluded{validity="invalid"} is 0 within 100 seconds

# Check lag - approval
honest: reports polkadot_parachain_approval_checking_finality_lag is 0
Expand Down

0 comments on commit 205c48d

Please sign in to comment.