@claude-sync/cli 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/src/index.js
CHANGED
|
@@ -4761,7 +4761,7 @@ async function loginWithBrowser(client) {
|
|
|
4761
4761
|
printInfo(`Code: ${brandBold(response.code)}`);
|
|
4762
4762
|
const spinner = createSpinner("Waiting for browser authorization...").start();
|
|
4763
4763
|
const pollInterval = 2e3;
|
|
4764
|
-
const maxAttempts =
|
|
4764
|
+
const maxAttempts = 900;
|
|
4765
4765
|
let attempts = 0;
|
|
4766
4766
|
while (attempts < maxAttempts) {
|
|
4767
4767
|
await new Promise((resolve) => setTimeout(resolve, pollInterval));
|