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