diff --git a/libs/langgraph/tests/test_pregel.py b/libs/langgraph/tests/test_pregel.py index ac56a4aa2..d5c02a911 100644 --- a/libs/langgraph/tests/test_pregel.py +++ b/libs/langgraph/tests/test_pregel.py @@ -6873,7 +6873,7 @@ def test_sync_streaming_with_functional_api() -> None: should be greater than the time delay between the two tasks. """ - time_delay = 0.01 + time_delay = 0.05 @task() def slow() -> dict: