Skip to content

Commit

Permalink
adding travis_wait for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Jun 18, 2019
1 parent 2dead0b commit e61ad3a
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 @@ -43,7 +43,7 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
docker exec -w /home/wrench/wrench/build -it wrench cmake -DENABLE_BATSCHED=${BATSCHED} -DCMAKE_VERBOSE_MAKEFILE=ON -DCOVERAGE=1 ..;
docker exec -w /home/wrench/wrench/build -it wrench make all unit_tests;
travis_wait docker exec -w /home/wrench/wrench/build -it wrench ./unit_tests;
travis_wait sleep infinity & docker exec -w /home/wrench/wrench/build -it wrench ./unit_tests;
fi

after_success:
Expand Down

0 comments on commit e61ad3a

Please sign in to comment.