This is an automated email from the ASF dual-hosted git repository.

dyankiv pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4ca8b35a4 increase timeout once more for waiting on docker create 
project result
4ca8b35a4 is described below

commit 4ca8b35a46eb399eb2d8b06b43eab72445e142b9
Author: Denys Yankiv <[email protected]>
AuthorDate: Thu May 5 11:27:39 2022 +0300

    increase timeout once more for waiting on docker create project result
---
 .../com/epam/datalab/backendapi/service/impl/ProjectServiceImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/provisioning-service/src/main/java/com/epam/datalab/backendapi/service/impl/ProjectServiceImpl.java
 
b/services/provisioning-service/src/main/java/com/epam/datalab/backendapi/service/impl/ProjectServiceImpl.java
index 312f00004..087446dbf 100644
--- 
a/services/provisioning-service/src/main/java/com/epam/datalab/backendapi/service/impl/ProjectServiceImpl.java
+++ 
b/services/provisioning-service/src/main/java/com/epam/datalab/backendapi/service/impl/ProjectServiceImpl.java
@@ -99,7 +99,7 @@ public class ProjectServiceImpl implements ProjectService {
         String uuid = DockerCommands.generateUUID();
         Duration timeout = configuration.getKeyLoaderPollTimeout();
         if(action == DockerAction.CREATE){
-            timeout = Duration.minutes(timeout.toMinutes() + 10);
+            timeout = Duration.minutes(timeout.toMinutes() + 20);
         }
 
         folderListenerExecutor.start(configuration.getKeyLoaderDirectory(),


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to