Skip to content

Commit

Permalink
Merge pull request #3404 from hashgraph/automation-api-tests
Browse files Browse the repository at this point in the history
increase timeout for import tool
  • Loading branch information
simvalery authored Mar 29, 2024
2 parents 60fa69b + 56d0428 commit fb99a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ context("Analytics", { tags: '@analytics' },() => {
headers: {
authorization,
},
timeout: 180000
timeout: 1800000
})
.then((response) => {
expect(response.status).to.eq(STATUS_CODE.SUCCESS);
Expand Down

0 comments on commit fb99a5f

Please sign in to comment.