Skip to content

Commit

Permalink
Increase travis timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed May 5, 2019
1 parent 49446c8 commit 0fb5946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ services:
- docker

install:
- travis_wait 30 docker build -t tmppilot -f Dockerfile.openpilot .
- travis_wait 60 docker build -t tmppilot -f Dockerfile.openpilot .

script:
- docker run
Expand Down

1 comment on commit 0fb5946

@sshane
Copy link
Contributor

@sshane sshane commented on 0fb5946 May 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like somehow urllib3 is the error that's causing the travis checks to fail:
Screenshot_203

At least on my fork

Please sign in to comment.