mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[SLO] increase retry for time on api integration test (#177871)
## Summary Resolves https://github.com/elastic/kibana/issues/176763 Increase retry time to wait for transforms to run and SLO computation.
This commit is contained in:
parent
b635674a67
commit
0a2730bd54
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
await createSLO();
|
||||
await createSLO({ name: 'test int' });
|
||||
|
||||
await retry.tryForTime(300 * 1000, async () => {
|
||||
await retry.tryForTime(360 * 1000, async () => {
|
||||
const response = await supertestAPI
|
||||
.get(`/api/observability/slos`)
|
||||
.set('kbn-xsrf', 'true')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue