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:
parent
9430e9fc0d
commit
7346876680
1 changed files with 2 additions and 2 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue