1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

tests: debug travis

This commit is contained in:
Torsten Dittmann 2021-04-26 12:52:21 +02:00
parent a17bfffa42
commit 038a93b107

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(20);
$webhook = $this->getLastRequest();
$function = $this->client->call(Client::METHOD_GET, '/functions/'.$data['functionId'].'/executions', array_merge([