Skip to content

Commit ed5d1a9

Browse files
test: tune public-repo timeouts for stable validation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 5e95b9a commit ed5d1a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/python-controller-real-dvc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ describeIfRealDvc("python controller with real dvc", () => {
181181
expect(status.stop_reason).toBe("goal_reached");
182182
}
183183
expect(status.controller_not_running).toBe(true);
184-
}, 45000);
184+
}, 60000);
185185
});

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-
}, 45000);
55+
}, 60000);
5656
});

0 commit comments

Comments
 (0)