marinebon / p2p

Pole to Pole website
https://marinebon.github.io/p2p
3 stars 1 forks source link

Build times out #21

Closed eqmh closed 3 years ago

eqmh commented 3 years ago

Hi @7yl4r, @bbest,

I added code to the site_template.Rmd that pulls data from OBIS and generates a ts plot of obis records for the area of each monitoring site (LME or MWHS). It runs great but is making the build time longer than the prescribed 10 minutes and Travis CI quits with this message: "The job exceeded the maximum time limit for jobs, and has been terminated."

Github recommends following these steps to tackle the issue. I added this line to the .travis.yml.: install: travis_wait 30 mvn install.

Now Travis crashes with this message: The program 'mvn' is currently not installed. To run 'mvn' please ask your administrator to install the package 'maven'. This is now getting a bit cryptic for me. Any suggestions?

eqmh commented 3 years ago

The build timeout happens when reaching 50 minutes, which is what is given for public repos. Not 10 min as I said before. Travis_wait may not be the right solution but contacting Travis CI directly.