diff --git a/.travis.yml b/.travis.yml index 8d76e10983e..f1273c0d4a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,8 +60,10 @@ script: - | if [ -z ${INTEGRATION} ]; then ./ci/base-tests.sh + sleep 5 else ./ci/integration-tests.sh + sleep 5 fi after_success: |