test: increase timeout for satellite registration

The test started to flake because the test was starting to run longer
than the timeout that was initially set.
This commit is contained in:
Gianluca Zuccarelli 2025-08-13 14:35:22 +01:00
parent 0c47c4b165
commit cedb4f07bd

View file

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