Skip to content

Commit

Permalink
Add travis_wait directive
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Apr 1, 2019
1 parent 4efa55a commit fa8b0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ script:
- make -C crosstool-ng-$CROSSTOOL_VERSION
- make -C crosstool-ng-$CROSSTOOL_VERSION install
- ct-ng riscv64-unknown-elf
- ct-ng build
- travis_wait 100 ct-ng build
- ./build.sh
- PYTHONPATH=$PYTHONPATH:/usr/lib/python2.7/dist-packages make -C riscv-tests/build debug-check

0 comments on commit fa8b0ff

Please sign in to comment.