Skip to content

Commit 5f9575d

Browse files
committed
fixup! test: ensure assertions are reached on more tests
1 parent 66bf924 commit 5f9575d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-fs-stat-bigint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const runCallbackTest = common.mustCall((func, arg, done) => {
160160
}
161161
}));
162162
}));
163-
}, 3);
163+
}, common.isWindows ? 2 : 3);
164164

165165
{
166166
const filename = getFilename();

0 commit comments

Comments
 (0)