Skip to content

Commit

Permalink
increase wait time for stats test_tutorials
Browse files Browse the repository at this point in the history
Workflows sometimes fail at the next assert. This is most likely the reason.
  • Loading branch information
RLKRo committed Nov 6, 2023
1 parent 398ff0e commit 832e430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stats/test_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def test_examples_ch(example_module_name: str, expected_logs, otlp_log_exp
module.dff_instrumentor.uninstrument()
module.dff_instrumentor.instrument(logger_provider=logger_provider, tracer_provider=tracer_provider)
check_happy_path(pipeline, HAPPY_PATH)
await asyncio.sleep(1)
await asyncio.sleep(3)
count = await ch_client.fetchval(f"SELECT COUNT (*) FROM {table}")
assert count == expected_logs

Expand Down

0 comments on commit 832e430

Please sign in to comment.