Try to make test less flaky

This commit is contained in:
Nuno Campos
2025-05-23 16:32:51 -07:00
parent 126a8f5bc6
commit 9bf6728354
+1 -1
View File
@@ -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: