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:
parent
0c47c4b165
commit
cedb4f07bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue