mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:05:11 +08:00
* fix: correct typo in pyproject.toml timeout configuration Updated the timeout_method key in the pytest.ini_options section from 'tiemout_method' to 'timeout_method' for proper functionality. * chore: increase timeout for codspeed workflow to 600 seconds Updated the codspeed workflow configuration to extend the timeout limit, ensuring more robust execution during CI processes. * fix: Update assertion in TestGraphRAGComponent to use set comparison for improved clarity and performance * fix: Change pytest timeout method from thread to signal for improved reliability