Skip to content

Commit

Permalink
Increase timeout for mci status for large provision
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored Oct 31, 2024
2 parents 480a8b5 + 973c331 commit 4bacdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ function statusMCI() {
username: `${username}`,
password: `${password}`,
},
timeout: 60000,
timeout: 260000,
})
.then((res) => {
console.log("[Status MCI]");
Expand Down

0 comments on commit 4bacdf6

Please sign in to comment.