langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
35.89k stars 4.25k forks source link

refactor: improve timeout handling in Document QA test #4798

Closed anovazzi1 closed 4 days ago

anovazzi1 commented 5 days ago

This pull request refactors the Document QA test to improve timeout handling. It updates the code to use waitForSelector instead of waitForTimeout for better synchronization.