Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit fa8b0ff

Browse files
committed
Add travis_wait directive
1 parent 4efa55a commit fa8b0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ script:
5959
- make -C crosstool-ng-$CROSSTOOL_VERSION
6060
- make -C crosstool-ng-$CROSSTOOL_VERSION install
6161
- ct-ng riscv64-unknown-elf
62-
- ct-ng build
62+
- travis_wait 100 ct-ng build
6363
- ./build.sh
6464
- PYTHONPATH=$PYTHONPATH:/usr/lib/python2.7/dist-packages make -C riscv-tests/build debug-check

0 commit comments

Comments
 (0)