Skip to content

Commit c2e6327

Browse files
author
Benjamin Pasero
committed
1 parent 12979c4 commit c2e6327

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/vs/platform/files/test/electron-browser/diskFileService.test.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,12 @@ suite('Disk File Service', function () {
132132
const disposables = new DisposableStore();
133133

134134
// Given issues such as https://github.com/microsoft/vscode/issues/78602
135-
// we see random test failures when accessing the native file system. To
136-
// diagnose further, we retry node.js file access tests up to 3 times to
137-
// rule out any random disk issue.
135+
// and https://github.com/microsoft/vscode/issues/92334 we see random test
136+
// failures when accessing the native file system. To diagnose further, we
137+
// retry node.js file access tests up to 3 times to rule out any random disk
138+
// issue and increase the timeout.
138139
this.retries(3);
140+
this.timeout(1000 * 10);
139141

140142
setup(async () => {
141143
const logService = new NullLogService();

0 commit comments

Comments
 (0)