Skip to content

Commit 1fff107

Browse files
committed
Timeout bumpery
1 parent ab9eef7 commit 1fff107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test-disc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,9 @@ describe("Disc builder tests", () => {
175175
});
176176
});
177177

178-
describe("SSD loader tests", () => {
178+
describe("SSD loader tests", function () {
179179
const data = fs.readFileSync("discs/elite.ssd");
180+
this.timeout(5000); // roundtripping elite can be slow
180181
it("should load Elite", () => {
181182
const disc = new Disc(true, new DiscConfig());
182183
loadSsd(disc, data, false);

0 commit comments

Comments
 (0)