diff --git a/.travis.yml b/.travis.yml index 8d76e1098..f1273c0d4 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: |