diff --git a/yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts b/yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts index 597a76e0ed7..6f1c7096705 100644 --- a/yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts +++ b/yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts @@ -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: {},