Skip to content

Commit

Permalink
set timeout for keys generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Celiant committed Nov 27, 2024
1 parent e5ec381 commit b050a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-tests/cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ before(() => {
method: METHOD.GET,
url: API.ApiServer + API.RandomKey,
headers: { authorization },
timeout:600000
}).then((response) => {
cy.wait(3000)
let hederaAccountId = response.body.id
Expand Down

0 comments on commit b050a3c

Please sign in to comment.