Skip to content

Commit

Permalink
test: increase the timeout on a new users test [INFENG-455] (#9258)
Browse files Browse the repository at this point in the history
  • Loading branch information
JComins000 authored Apr 26, 2024
1 parent bd7b5ef commit cda4363
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webui/react/src/e2e/tests/userManagement.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ test.describe('User Management', () => {
});

test('Deactivate and Reactivate', async ({ page, user, auth }) => {
// test does does three and a half logins, so we need to increase the timeout
test.setTimeout(120_000);
const userManagementPage = new UserManagement(page);
const signInPage = new SignIn(page);
await userManagementPage.goto();
Expand Down

0 comments on commit cda4363

Please sign in to comment.