We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbff17 commit fe7fc8fCopy full SHA for fe7fc8f
src/test/failures.test.ts
@@ -496,7 +496,7 @@ test(
496
let finalExit: ExitResult;
497
try {
498
// It could take multiple attempts to hit the race condition.
499
- for (let i = 0; i < 20; i++) {
+ for (let i = 0; i < 100; i++) {
500
const failer = await rig.newCommand();
501
await rig.write({
502
'package.json': {
@@ -561,7 +561,7 @@ test(
561
562
563
564
565
566
567
0 commit comments