fix: add timeout for Satellite tests

This commit is contained in:
Anna Vítová 2025-05-16 10:08:42 +02:00 committed by Klara Simickova
parent 2692b75432
commit f76b5a991e

View file

@ -423,7 +423,7 @@ describe('Registration request generated correctly', () => {
localStorage.clear();
});
test('register with satellite', async () => {
test('register with satellite', { timeout: 20000 }, async () => {
await renderCreateMode();
await goToRegistrationStep();
await clickRegisterSatellite();