Skip to content

Commit

Permalink
increase translate timeout to 1 minute
Browse files Browse the repository at this point in the history
closes #910
  • Loading branch information
sk22 committed Nov 13, 2023
1 parent 148952b commit f82eb96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ public void onError(ErrorResponse error){
.show();
}
})
.setTimeout(60000) // 1 minute
.exec(accountID);
}
}
Expand Down

0 comments on commit f82eb96

Please sign in to comment.