From ef57c355a024cda3df5df12ce6df7bc394cc84ee Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 23 Apr 2021 18:20:50 +0200 Subject: [PATCH] tests: debug travis --- .travis.yml | 1 + tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f3e66e8e7..ec97d4534 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ script: - docker-compose exec appwrite doctor - docker-compose exec appwrite vars - docker-compose exec appwrite test --debug +- docker-compose logs appwrite-worker-functions deploy: - provider: script diff --git a/tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php b/tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php index c8e3ba747..d9576d066 100644 --- a/tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php +++ b/tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php @@ -472,7 +472,7 @@ class WebhooksCustomServerTest extends Scope $this->assertEquals($webhook['headers']['X-Appwrite-Webhook-Project-Id'] ?? '', $this->getProject()['$id']); // wait for timeout function to complete (sleep(5);) - sleep(6); + sleep(10); $webhook = $this->getLastRequest();