Skip to content

Commit

Permalink
increase test timeout for some webapp tests to prevent flakes (#18807)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsiega-airbyte authored Nov 2, 2022
1 parent 23a7a07 commit 968fc69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { ConnectionReplicationTab } from "./ConnectionReplicationTab";
jest.mock("services/connector/DestinationDefinitionSpecificationService", () => ({
useGetDestinationDefinitionSpecification: () => mockDest,
}));
jest.setTimeout(10000);

describe("ConnectionReplicationTab", () => {
const Wrapper: React.FC<React.PropsWithChildren<unknown>> = ({ children }) => (
Expand Down

0 comments on commit 968fc69

Please sign in to comment.