Skip to content

Commit 6cdd9d6

Browse files
author
Andrei Bratu
committed
add more delay
1 parent 0f24901 commit 6cdd9d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/utilities/test_flow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _flow_over_flow(messages: list[dict]) -> str:
6565
return _random_string, _call_llm, _agent_call, _flow_over_flow
6666

6767

68-
@pytest.mark.flaky(retries=3, delay=10)
68+
@pytest.mark.flaky(retries=3, delay=20)
6969
def test_decorators_without_flow(
7070
opentelemetry_hl_test_configuration: tuple[Tracer, InMemorySpanExporter],
7171
):
@@ -111,7 +111,7 @@ def test_decorators_without_flow(
111111
)["prompt"]
112112

113113

114-
@pytest.mark.flaky(retries=3, delay=5)
114+
@pytest.mark.flaky(retries=3, delay=20)
115115
def test_decorators_with_flow_decorator(
116116
opentelemetry_hl_test_configuration: tuple[Tracer, InMemorySpanExporter],
117117
):

tests/utilities/test_prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def call_llm_with_hl_call(messages: list[dict]):
361361
assert len(response.items) == 1 # type: ignore
362362

363363

364-
@pytest.mark.flaky(retries=3, delay=5)
364+
@pytest.mark.flaky(retries=3, delay=20)
365365
def test_overridden_call_with_prompt_in_prompt(
366366
humanloop_client: Humanloop,
367367
test_directory: DirectoryIdentifiers,

0 commit comments

Comments
 (0)