Skip to content

Commit

Permalink
increase timeout for ui settings integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Jun 22, 2021
1 parent a6e3751 commit de96b99
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(40_000);
jest.setTimeout(120_000);

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

0 comments on commit de96b99

Please sign in to comment.