From 9bf672835453a52a72f8b7a00be8d08d79923b6d Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Fri, 23 May 2025 16:32:51 -0700 Subject: [PATCH] Try to make test less flaky --- libs/langgraph/tests/test_pregel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: