Skip to content

Commit

Permalink
Extended fellows test timeout
Browse files Browse the repository at this point in the history
With new fellows the timeout requires to be longer. Extended by 10 seconds
  • Loading branch information
Bullrich committed Jan 29, 2024
1 parent 2dadd1f commit 4bd69c4
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 @@ -4,7 +4,7 @@ import { mock, mockClear, MockProxy } from "jest-mock-extended";
import { ActionLogger, TeamApi } from "../github/types";
import { PolkadotFellows } from "../polkadot/fellows";

const timeout = 15_000;
const timeout = 25_000;

describe("CAPI test", () => {
let fellows: TeamApi;
Expand Down

0 comments on commit 4bd69c4

Please sign in to comment.