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