Skip to content

Commit ae1942e

Browse files
snomiaoclaude
andauthored
test: increase timeout for desktop issue transfer test (#117)
The "should transfer new frontend issue" test was timing out after the default 5 seconds due to async streaming operations with pageFlow. Increased timeout to 20 seconds to match other similar tests in the same file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 339bc9d commit ae1942e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/tasks/gh-issue-transfer-desktop-to-frontend/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ describe("GithubDesktopIssueTransferTask", () => {
166166
const lastOp = dbOperations[dbOperations.length - 1];
167167
expect(lastOp.data.sourceIssueNumber).toBe(123);
168168
expect(lastOp.data.commentPosted).toBe(true);
169-
});
169+
}, 20000);
170170

171171
it("should skip pull requests", async () => {
172172
const pullRequest = {

0 commit comments

Comments
 (0)