Skip to content

Commit 391ffe8

Browse files
chore: increase timeout to allow file to expire
1 parent aec630b commit 391ffe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/common/sessionExportsManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ describe("SessionExportsManager integration test", () => {
355355
})
356356
);
357357
expect(await fileExists(exportPath)).toEqual(true);
358-
await timeout(150);
358+
await timeout(200);
359359
expect(manager.listAvailableExports()).toEqual([]);
360360
expect(await fileExists(exportPath)).toEqual(false);
361361
});

0 commit comments

Comments
 (0)