Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdks/typescript/test/e2e-metrics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe.skipIf(!env)("ts sdk live e2e: metrics (beta)", () => {
}

recordCovered("account.metrics");
}, 30_000);
}, 60_000);

// Split from the flat read, and the only test in this suite carrying an
// explicit timeout. group_by=agent fans the aggregate out per agent, so its
Expand All @@ -134,5 +134,5 @@ describe.skipIf(!env)("ts sdk live e2e: metrics (beta)", () => {
}

recordCovered("account.metrics");
}, 30_000);
}, 60_000);
});
Loading