Skip to content

Commit

Permalink
Merge pull request #839 from bmeneg/fix-test-timeout
Browse files Browse the repository at this point in the history
travis: increase timeout limit
  • Loading branch information
bmeneg authored Jul 3, 2022
2 parents 0e2f2f2 + 98c39cd commit 4a2a091
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 @@ -28,7 +28,7 @@ before_script:
- ssh-add ~/.ssh/id_rsa

script:
- make test
- travis_wait 20 make test
- diff -u <(echo -n) <(gofmt -d .)

after_success:
Expand Down

0 comments on commit 4a2a091

Please sign in to comment.