From a21bb8d4020bb277be42f16305e6e9899311113d Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 27 Apr 2021 10:07:13 +0200 Subject: [PATCH] tests: reorder tests --- .travis.yml | 2 +- phpunit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ea5792d3e..89d8e92c3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ before_install: install: - docker-compose --env-file ./.env.ci up -d -- sleep 30 +- sleep 60 script: - docker ps diff --git a/phpunit.xml b/phpunit.xml index 9a56aa75af..895c7f1bed 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -21,8 +21,8 @@ ./tests/e2e/Scopes - ./tests/e2e/Services/Projects ./tests/e2e/Services/Webhooks + ./tests/e2e/Services/Projects ./tests/e2e/Services/Functions/FunctionsBase.php