Skip to content

Commit

Permalink
test: increase wait time for ask analytics npm install E2E test
Browse files Browse the repository at this point in the history
The npm install can take longer than the default 30 second timeout.

(cherry picked from commit 6331de4)
  • Loading branch information
clydin authored and alan-agius4 committed Jul 31, 2020
1 parent c9a6db6 commit 95add18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/legacy-cli/e2e/tests/misc/ask-analytics-install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default async function() {
);

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

} finally {
killAllProcesses();
Expand Down

0 comments on commit 95add18

Please sign in to comment.