Skip to content

Commit

Permalink
flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Dec 17, 2024
1 parent 49ac131 commit 0ae810c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_spans.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,10 @@ def test_span_ingestion(
relay = relay_with_processing(
options={
"aggregator": {
"bucket_interval": 1,
"bucket_interval": 2,
"initial_delay": 0,
"max_secs_in_past": 2**64 - 1,
"shift_key": "none",
}
}
)
Expand Down

0 comments on commit 0ae810c

Please sign in to comment.