Skip to content

Commit

Permalink
updated test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Mar 14, 2024
1 parent e4ca9ae commit fde2709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/fellows.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ describe("Fellows test", () => {
test("Should fetch fellows", async () => {
const members = await fetchAllFellows(logger);
expect(members.length).toBeGreaterThan(0);
});
}, 60_000);
});

0 comments on commit fde2709

Please sign in to comment.