reset password
Author Message
Spate138
Posts: 1
Posted 18:49 Sep 21, 2018 |

I am trying to test my code in travis-ci.com from last 45 minutes still its showing the message "Hang tight, the log cannot be shown until the build has started."  how long we have to wait for to buid process start ? 

mschlei
Posts: 5
Posted 18:55 Sep 21, 2018 |

My first run took 11 minutes to complete (after it was queued that's just time to execute). And I saw Travis doing 3 jobs at a time. So it can only do 18 jobs a hour. And there is like 150ish students in the class?

 

I would suggest right clicking the ButtonTest class in Android Studio and running the test locally before committing.... Because it looks like it might take Travis awhile to clear the job queue. (If you pass all the tests locally in theory it should pass on Travis).

 

Edit: It looks like you can kindof see the queue here https://travis-ci.com/cs4540

click the next page until you see the rows start saying Passed/Failed. It looks like Travis is only doing 1 job at a time right now (it is at page 4 at 7:15 friday)

Last edited by mschlei at 19:15 Sep 21, 2018.