We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d84a15 commit 169a8c4Copy full SHA for 169a8c4
public/pages/workflow_detail/workflow_detail.test.tsx
@@ -23,6 +23,8 @@ jest.mock('../../services', () => {
23
};
24
});
25
26
+jest.setTimeout(10000);
27
+
28
const workflowId = '12345';
29
const workflowName = 'test_workflow';
30
0 commit comments