Skip to content

Commit e3f76b2

Browse files
author
Andrei Bratu
committed
test flakiness
1 parent 6cdd9d6 commit e3f76b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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=20)
68+
@pytest.mark.flaky(retries=3, delay=60)
6969
def test_decorators_without_flow(
7070
opentelemetry_hl_test_configuration: tuple[Tracer, InMemorySpanExporter],
7171
):
@@ -89,7 +89,7 @@ def test_decorators_without_flow(
8989
# WHEN exporting the spans
9090
# Wait for the prompt span to be exported; It was waiting
9191
# on the OpenAI call span to finish first
92-
time.sleep(5)
92+
time.sleep(3)
9393
spans = exporter.get_finished_spans()
9494

9595
# THEN 3 spans arrive at the exporter

0 commit comments

Comments
 (0)