mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
f42232a613
The test was querying execution logs for /logs-action immediately without waiting for the async log write to complete, causing a race condition. The preceding /logs-inline test correctly used a 120-second polling loop. Apply the same pattern to /logs-action to prevent intermittent CI failures. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>