mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Improve CI/CD flaky tests
This commit is contained in:
@@ -145,7 +145,7 @@ class Executor
|
||||
], [], true, 30);
|
||||
|
||||
// Temporary fix for race condition
|
||||
if($response['headers']['status-code'] === 500 && \str_contains($response['body']['message'], 'already in progress')) {
|
||||
if ($response['headers']['status-code'] === 500 && \str_contains($response['body']['message'], 'already in progress')) {
|
||||
return true; // OK, removal already in progress
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user