Skip to content

Commit

Permalink
revert timeout increase
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 13, 2021
1 parent d78cdda commit 296d75c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const kibanaVersion = Env.createDefault(REPO_ROOT, getEnvOptions()).packageInfo.
const savedObjectIndex = `.kibana_${kibanaVersion}_001`;

describe('uiSettings/routes', function () {
jest.setTimeout(240_000);
jest.setTimeout(120_000);

beforeAll(startServers);
/* eslint-disable jest/valid-describe */
Expand Down

0 comments on commit 296d75c

Please sign in to comment.