Skip to content

Commit

Permalink
fix: tolerate more missed slots
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Dec 6, 2024
1 parent 96cf17a commit 5db2900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/end-to-end/src/spartan/gating-passive.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ describe('a test that passively observes the network in the presence of network

const ETHEREUM_HOST = `http://127.0.0.1:${HOST_ETHEREUM_PORT}`;
const PXE_URL = `http://127.0.0.1:${HOST_PXE_PORT}`;
// 50% is the max that we expect to miss
const MAX_MISSED_SLOT_PERCENT = 0.5;
// 60% is the max that we expect to miss
const MAX_MISSED_SLOT_PERCENT = 0.6;

afterAll(async () => {
await runAlertCheck(config, qosAlerts, debugLogger);
Expand Down

0 comments on commit 5db2900

Please sign in to comment.