Skip to content

Commit

Permalink
increase waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCatalina committed Mar 4, 2021
1 parent 924cc66 commit c70dacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ before_install:

script:
- R CMD build . --no-build-vignettes
- travis_wait 45 R CMD check projpred*tar.gz --ignore-vignettes --no-examples
- travis_wait 60 R CMD check projpred*tar.gz --ignore-vignettes --no-examples

after_success:
- travis_wait 45 Rscript -e 'covr::codecov()'
- travis_wait 60 Rscript -e 'covr::codecov()'

0 comments on commit c70dacb

Please sign in to comment.