1
0
Fork 0
mirror of synced 2024-06-18 10:44:51 +12:00

tests: debug travis

This commit is contained in:
Torsten Dittmann 2021-04-23 18:20:50 +02:00
parent d2792b3527
commit ef57c355a0
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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();