Skip to content

Commit

Permalink
Increased polling variable to prevent timeout (#128)
Browse files Browse the repository at this point in the history
* Increased polling variable to prevent timeout

* Increased polling variable to prevent timeout
  • Loading branch information
carlos-santos-roque authored Dec 2, 2024
1 parent 5462469 commit c032e97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class FileUploader {
/**
* Max polling iterations to wait for the file to be converted.
*/
private static final int MAX_POLLING_ITERATIONS = 60;
private static final int MAX_POLLING_ITERATIONS = 120;

/**
* Idle time between polling iterations.
Expand Down

0 comments on commit c032e97

Please sign in to comment.