0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

increase time out test fails on windows ui

This commit is contained in:
Juan Picado 2021-12-08 22:26:58 +01:00
parent 9430e9fc0d
commit 7346876680

View file

@ -66,7 +66,7 @@ describe('<App />', () => {
expect(queryByTestId('greetings-label')).toBeFalsy();
}
}
});
}, 10000);
test('isUserAlreadyLoggedIn: token already available in storage', async () => {
const { queryByTestId, queryAllByText } = renderWithStore(<App />, store);
@ -90,7 +90,7 @@ describe('<App />', () => {
expect(queryAllByText('verdaccio')).toBeTruthy();
}
}
});
}, 10000);
});
describe('list packages', () => {