Skip to content

Commit

Permalink
Set timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jan 8, 2024
1 parent 3ae7430 commit d8454ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tootils/src/index.ts
Expand Up @@ -47,7 +47,7 @@ const test_lite = base.extend<{ setup: void }>({
}
if (shared_page_for_lite.url() !== lite_url) {
await shared_page_for_lite.goto(lite_url);
testInfo.slow(); // Lite takes a long time to initialize.
testInfo.setTimeout(600000); // Lite takes a long time to initialize.
}
await use(shared_page_for_lite);
},
Expand Down

0 comments on commit d8454ae

Please sign in to comment.