Skip to content

Commit

Permalink
Extend timeout with travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Sideris committed Feb 21, 2021
1 parent 885bd81 commit bab5a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_install:
- docker load -i docker_images/images.tar || true

script:
- docker build -t mujx/hakatime:latest-arm64 -f Dockerfile.arm .
- travis_wait 40 docker build -t mujx/hakatime:latest-arm64 -f Dockerfile.arm .
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker push mujx/hakatime:latest-arm64

Expand Down

0 comments on commit bab5a07

Please sign in to comment.