mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
test: more generous quota e2e timeout (#6269)
test: more generous quota e2e to
This commit is contained in:
parent
4656020ea6
commit
2241c82134
@ -306,7 +306,7 @@ describe('quotas', () => {
|
|||||||
}
|
}
|
||||||
return foundExpected >= 3;
|
return foundExpected >= 3;
|
||||||
}),
|
}),
|
||||||
);
|
), { timeout: 60_000 };
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user