test: relax browser act contract timeout on Windows

This commit is contained in:
Peter Steinberger
2026-01-15 05:29:32 +00:00
parent 7d4f2d9aed
commit ad46e95df9
2 changed files with 68 additions and 63 deletions

View File

@@ -134,8 +134,7 @@ export async function finalizeOnboardingWizard(options: FinalizeOnboardingOption
if (
!loaded ||
(loaded &&
(await service.isLoaded({ profile: process.env.CLAWDBOT_PROFILE })) === false)
(loaded && (await service.isLoaded({ profile: process.env.CLAWDBOT_PROFILE })) === false)
) {
const devMode =
process.argv[1]?.includes(`${path.sep}src${path.sep}`) && process.argv[1]?.endsWith(".ts");