Skip to content

Commit

Permalink
#3752 - Fix flaky test (#3768)
Browse files Browse the repository at this point in the history
  • Loading branch information
BLoe committed Jun 17, 2022
1 parent 5beb3f1 commit d9358bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pageEditor/panes/EditorPane.test.tsx
Expand Up @@ -40,6 +40,8 @@ import {
import { PipelineExpression } from "@/runtime/mapArgs";
import { act } from "react-dom/test-utils";

jest.setTimeout(30_000); // This test is flaky with the default timeout of 5000 ms

const jqBlock = new JQTransformer();
const forEachBlock = new ForEach();

Expand Down

0 comments on commit d9358bf

Please sign in to comment.