Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Oct 16, 2019
1 parent a876a53 commit b0bb09b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/travis/docker_image/script.sh
Expand Up @@ -29,7 +29,6 @@ echo "Cache directory size: "$(du -h --max-depth=0 ${TRAVIS_BUILD_DIR}/.ccache_i
CURRENT_TIME=$(date +%s)
TIMEOUT=$((( TRAVIS_AVAILABLE_TIME - TRAVIS_UPLOAD_TIME ) * 60 - CURRENT_TIME + TRAVIS_TIMESTAMP))
#TIMEOUT=$(( TIMEOUT < 300 ? 300 : TIMEOUT ))
TIMEOUT=10
echo "Timeout: ${TIMEOUT}s"

# building docker images
Expand Down

0 comments on commit b0bb09b

Please sign in to comment.