From c032e97c5e751e0b39d5765e2d3a0593dfb66efa Mon Sep 17 00:00:00 2001 From: carlos-santos-roque Date: Mon, 2 Dec 2024 18:53:57 +0000 Subject: [PATCH] Increased polling variable to prevent timeout (#128) * Increased polling variable to prevent timeout * Increased polling variable to prevent timeout --- src/main/java/com/bynder/sdk/service/upload/FileUploader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/bynder/sdk/service/upload/FileUploader.java b/src/main/java/com/bynder/sdk/service/upload/FileUploader.java index 5683bc0..60d41ba 100644 --- a/src/main/java/com/bynder/sdk/service/upload/FileUploader.java +++ b/src/main/java/com/bynder/sdk/service/upload/FileUploader.java @@ -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.