File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ def teardown(self):
407407 self .buffer = None
408408
409409
410- PROFILE_BUFFER_SECONDS = 10
410+ PROFILE_BUFFER_SECONDS = 60
411411
412412
413413class ProfileBuffer :
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ def test_continuous_profiler_auto_start_and_manual_stop(
200200
201201 with sentry_sdk .start_transaction (name = "profiling" ):
202202 with sentry_sdk .start_span (op = "op" ):
203- time .sleep (0.05 )
203+ time .sleep (0.1 )
204204
205205 assert_single_transaction_with_profile_chunks (envelopes , thread )
206206
@@ -211,7 +211,7 @@ def test_continuous_profiler_auto_start_and_manual_stop(
211211
212212 with sentry_sdk .start_transaction (name = "profiling" ):
213213 with sentry_sdk .start_span (op = "op" ):
214- time .sleep (0.05 )
214+ time .sleep (0.1 )
215215
216216 assert_single_transaction_without_profile_chunks (envelopes )
217217
@@ -221,7 +221,7 @@ def test_continuous_profiler_auto_start_and_manual_stop(
221221
222222 with sentry_sdk .start_transaction (name = "profiling" ):
223223 with sentry_sdk .start_span (op = "op" ):
224- time .sleep (0.05 )
224+ time .sleep (0.1 )
225225
226226 assert_single_transaction_with_profile_chunks (envelopes , thread )
227227
You can’t perform that action at this time.
0 commit comments