diff --git a/x-pack/test/functional/apps/infra/logs_source_configuration.ts b/x-pack/test/functional/apps/infra/logs_source_configuration.ts index 8775e7a939eb7..04ffcc4847d54 100644 --- a/x-pack/test/functional/apps/infra/logs_source_configuration.ts +++ b/x-pack/test/functional/apps/infra/logs_source_configuration.ts @@ -14,10 +14,6 @@ const COMMON_REQUEST_HEADERS = { 'kbn-xsrf': 'some-xsrf-token', }; -function timeout(ms) { - return new Promise((resolve) => setTimeout(resolve, ms)); -} - export default ({ getPageObjects, getService }: FtrProviderContext) => { const esArchiver = getService('esArchiver'); const logsUi = getService('logsUi');