tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

CircleCI Test timeouts #1198

Closed UnspeakableHorror closed 8 years ago

UnspeakableHorror commented 8 years ago

Fixes https://github.com/natebenson/vyllage/issues/1200.

Increased CircleCI test timeout to 3600s. Changed test email.

tylerbenson commented 8 years ago

Maybe try switching jcenter and maven repos?

UnspeakableHorror commented 8 years ago

It seems to be a different problem,

:accounts:findbugsTest :accounts:spotlessJavaCheck :accounts:spotlessMiscCheck :accounts:spotlessCheck

:accounts:testcommand export TERM="dumb"; ./gradlew check circlePgTest took more than 10 minutes since last output

UnspeakableHorror commented 8 years ago

By the way, it's running very slowly on Circle.

UnspeakableHorror commented 8 years ago

Seems the tests are taking too long now and since there's no output in the terminal it times out. I'll increase the time to run the tests.

tylerbenson commented 8 years ago

I wonder why they're running so much slower or longer... Were we close to the limit?

UnspeakableHorror commented 8 years ago

Yes, it seems that after I added the last couple of tests it made it go over the limit.