We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36668a3 commit 6331de4Copy full SHA for 6331de4
tests/legacy-cli/e2e/tests/misc/ask-analytics-install.ts
@@ -20,7 +20,7 @@ export default async function() {
20
);
21
22
// Check if the prompt is shown
23
- await waitForAnyProcessOutputToMatch(/Would you like to share anonymous usage data/);
+ await waitForAnyProcessOutputToMatch(/Would you like to share anonymous usage data/, 60000);
24
25
} finally {
26
killAllProcesses();
0 commit comments