zentol commented on a change in pull request #13419:
URL: https://github.com/apache/flink/pull/13419#discussion_r493888336



##########
File path: flink-end-to-end-tests/test-scripts/common_docker.sh
##########
@@ -50,7 +50,7 @@ function build_image() {
     ./add-custom.sh -u localhost:9999/flink.tgz -n ${image_name}
 
     echo "Building images"
-    docker build --no-cache --network="host" -t ${image_name} 
dev/${image_name}-debian
+    run_with_timeout 600 "${TEST_DATA_DIR}/docker-build-${RANDOM}.pid" docker 
build --no-cache --network="host" -t ${image_name} dev/${image_name}-debian

Review comment:
       ```suggestion
       run_with_timeout 600 docker build --no-cache --network="host" -t 
${image_name} dev/${image_name}-debian
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to