Skip to content

Commit

Permalink
Merge branch 'main' into brettlangdon/3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler authored Dec 18, 2024
2 parents 3495a2f + a7e9404 commit ff569a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contrib/celery/test_tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_amqp_task(instrument_celery, traced_amqp_celery_app):
shutdown_timeout=30,
):
t = add.delay(4, 4)
assert t.get(timeout=2) == 8
assert t.get(timeout=30) == 8

# wait for spans to be received
time.sleep(3)
Expand Down

0 comments on commit ff569a5

Please sign in to comment.