mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[MKI][FTR] Fixup reporting (#214392)
# Summary Increase timeout. Resolves: https://github.com/elastic/kibana/issues/214391
This commit is contained in:
parent
c886fb0f73
commit
1a9ad39aec
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await PageObjects.discover.clickNewSearchButton();
|
||||
await PageObjects.discover.saveSearch('my search - no data - expectReportCanBeCreated');
|
||||
|
||||
const res = await getReport();
|
||||
const res = await getReport({ timeout: 180_000 }); // 3 minutes
|
||||
expect(res.text).to.be(`\n`);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue