1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

Retry sync execution twice

This commit is contained in:
Jake Barnby 2022-09-06 16:42:46 +12:00
parent e8a8069a67
commit 713ca7d55a
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -727,7 +727,7 @@ class FunctionsCustomServerTest extends Scope
/**
* @depends testUpdateDeployment
*/
#[Retry(count: 1)]
#[Retry(count: 2)]
public function testSyncCreateExecution($data): array
{
/**