Skip to content

Commit

Permalink
chore: bump alert in gossip_network.test.ts (#10430)
Browse files Browse the repository at this point in the history
This was flaking.
  • Loading branch information
ludamad authored Dec 6, 2024
1 parent 276501c commit 2c2169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const DATA_DIR = './data/gossip';
const qosAlerts: AlertConfig[] = [
{
alert: 'SequencerTimeToCollectAttestations',
expr: 'aztec_sequencer_time_to_collect_attestations > 2500',
expr: 'aztec_sequencer_time_to_collect_attestations > 3500',
labels: { severity: 'error' },
for: '10m',
annotations: {},
Expand Down

0 comments on commit 2c2169b

Please sign in to comment.