Skip to content

Commit 509f4f7

Browse files
test: relax public repo e2e timeouts
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 08305c1 commit 509f4f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/e2e/e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ describe("local e2e", () => {
7272
]),
7373
);
7474
expect(status.best.current_best.metric).toBeGreaterThan(0.5);
75-
}, 30000);
75+
}, 45000);
7676
});

tests/e2e/research-brain-live-grounding.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ describe("research brain live grounding", () => {
7676
const proposals = JSON.parse(await fs.readFile(path.join(workspace, "experiments", "proposals", "round-0001.json"), "utf8"));
7777
expect(proposals.next_primary_hypothesis.paper_grounding).toHaveLength(2);
7878
expect(proposals.evidence_pack_path).toContain("evidence-round-0001.md");
79-
});
79+
}, 15000);
8080
});

tests/e2e/research-brain-redirect-selection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ describe("research brain redirect selection", () => {
7979
const proposals = JSON.parse(await fs.readFile(path.join(workspace, "experiments", "proposals", "round-0001.json"), "utf8"));
8080
expect(proposals.next_primary_hypothesis.family).toBe("repr.feature");
8181
expect(proposals.reject_reasons.controller_redirect).toContain("停止重复 objective.loss");
82-
});
82+
}, 15000);
8383
});

tests/orchestration/workflow.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ describe("governed experiment workflow bridge", () => {
5252
expect(result.authority_path).toBe("python_controller");
5353
expect(result.legacy_ts_workflow).toBe(false);
5454
expect(summary.specialist_audit).toBeUndefined();
55-
}, 30000);
55+
}, 45000);
5656
});

0 commit comments

Comments
 (0)