Skip to content

Commit

Permalink
fix: increase Fuse test timeout as well to account for slow GitHub ac…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
KonradHoeffner committed Jan 31, 2024
1 parent 428e229 commit c9f98ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fuse.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ describe("fuse#search", () => {
expect(uris).toEqual(expect.arrayContaining(expectedUris));
}
}
});
}, 10000);
});

0 comments on commit c9f98ca

Please sign in to comment.