Skip to content

Commit 97a0dd8

Browse files
committed
fix(tests): increase timeout for facebook path-salience effect-size test
The effect-size test runs 3 trials of path ranking on the Facebook graph (4039 nodes), which exceeds 60s on CI runners. Increase to 120s.
1 parent 11bebd1 commit 97a0dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/experiments/evaluation/__tests__/validation/primary/ranking/path-salience/benchmarks/facebook.exp.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describe("Path Salience Ranking: Benchmarks - Facebook", () => {
158158
* Measures Cohen's d effect size for path diversity
159159
* between Path Salience Ranking and random baseline.
160160
*/
161-
it("should show effect size against random baseline", { timeout: 60_000 }, async () => {
161+
it("should show effect size against random baseline", { timeout: 120_000 }, async () => {
162162
const benchmark = await loadBenchmarkByIdFromUrl("facebook");
163163
const graph = benchmark.graph;
164164

0 commit comments

Comments
 (0)