Skip to content

Commit 6331de4

Browse files
clydinalan-agius4
authored andcommitted
test: increase wait time for ask analytics npm install E2E test
The npm install can take longer than the default 30 second timeout.
1 parent 36668a3 commit 6331de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/legacy-cli/e2e/tests/misc/ask-analytics-install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default async function() {
2020
);
2121

2222
// Check if the prompt is shown
23-
await waitForAnyProcessOutputToMatch(/Would you like to share anonymous usage data/);
23+
await waitForAnyProcessOutputToMatch(/Would you like to share anonymous usage data/, 60000);
2424

2525
} finally {
2626
killAllProcesses();

0 commit comments

Comments
 (0)