fix: add timeout for Satellite tests
This commit is contained in:
parent
2692b75432
commit
f76b5a991e
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue