diff --git a/x-pack/plugins/rollup/public/test/client_integration/job_create_review.test.js b/x-pack/plugins/rollup/public/test/client_integration/job_create_review.test.js index 7a33cbce1195bd..3dbbe70bfc5603 100644 --- a/x-pack/plugins/rollup/public/test/client_integration/job_create_review.test.js +++ b/x-pack/plugins/rollup/public/test/client_integration/job_create_review.test.js @@ -179,7 +179,7 @@ describe('Create Rollup Job, step 6: Review', () => { await new Promise((res) => setTimeout(res, 750)); expect(startMock.http.post).toHaveBeenCalledWith(jobStartApiPath, expect.anything()); // It has been called! - }, 30000); + }); }); }); });