Skip to content

Commit 12e8363

Browse files
hroncokencukou
authored andcommitted
Travis CI: Timeout manually
1 parent 7916429 commit 12e8363

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ script:
1515
- pipenv graph
1616
- pipenv run test
1717
- pipenv run naucse list-courses # don't remove, there might be timeouts otherwise, see naucse/cli.py for details
18-
- pipenv run naucse freeze --verbose
18+
# we utilize our own timeout here to fail the build and store the cache
19+
# Travis CI would kill the entire job in 50 minutes, so we exit this after 40, to leave 10 minutes for setup + cache upload
20+
- timeout 2400 pipenv run naucse freeze --verbose
1921
after_script:
2022
- echo "Suplementary logs:"
2123
- cat .arca/naucse.log

0 commit comments

Comments
 (0)