Skip to content

Commit

Permalink
Merge branch 'main' into rm-ember-radio-btns
Browse files Browse the repository at this point in the history
  • Loading branch information
DhariniJeeva authored Nov 11, 2024
2 parents 4ddcf52 + ca50a96 commit 01182af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/admin/tests/e2e/tests/delete-resources-ent.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ const boundaryPolicyName = 'boundary-controller';

test.use({ storageState: authenticatedState });

// Setting the test timeout to 120s
// This test can often exceed the globally defined timeout due to the number of
// network calls.
test.setTimeout(180000);

test.beforeAll(async () => {
await checkBoundaryCli();
await checkVaultCli();
Expand Down
5 changes: 5 additions & 0 deletions ui/admin/tests/e2e/tests/delete-resources.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ const boundaryPolicyName = 'boundary-controller';

test.use({ storageState: authenticatedState });

// Setting the test timeout to 180s
// This test can often exceed the globally defined timeout due to the number of
// network calls.
test.setTimeout(180000);

test.beforeAll(async () => {
await checkBoundaryCli();
await checkVaultCli();
Expand Down

0 comments on commit 01182af

Please sign in to comment.