ci: try to fix flaky stdio_streams_are_locked_in_permission_prompt (#20204)

This commit is contained in:
David Sherret 2023-08-18 11:01:41 -04:00 committed by GitHub
parent e1aa514179
commit 0e4469c7a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,3 @@
console.log("Are you sure you want to continue?");
setTimeout(() => {
console.log("Are you sure you want to continue?");
}, 10); // ensure we don't output too quickly before the permission prompt