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 c9a6db6 commit 95add18Copy full SHA for 95add18
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