Skip to content

Commit 8e221b5

Browse files
author
YourName
committed
test(oauth): relax live-update timeout
1 parent c372771 commit 8e221b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/oauth-login-cli-live-update.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ describe("CLI OAuth live-update credential preservation", () => {
9393
} finally {
9494
await server.stop(true);
9595
}
96-
});
96+
}, 15_000);
9797
});

0 commit comments

Comments
 (0)