Skip to content

Commit eb4f908

Browse files
committed
watcher - increase timeout to reduce crash likelyhood
1 parent f1f645f commit eb4f908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/files/test/node/recursiveWatcher.integrationTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ flakySuite('Recursive Watcher (parcel)', () => {
121121
// after a file event was send. At least one test was seen
122122
// to crash when immediately re-watching the same folder
123123
// from within the event callback due to a mutex lock issue.
124-
return await timeout(5);
124+
return await timeout(15);
125125
}
126126

127127
test('basics', async function () {

0 commit comments

Comments
 (0)