Skip to content

Commit f592787

Browse files
committed
Add sleep to try to fix test..
1 parent 62237c4 commit f592787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/shared_internal/test_batch_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def bulk_emit_and_flush(num_emit):
141141
with ThreadPoolExecutor(max_workers=69) as executor:
142142
for idx in range(69):
143143
executor.submit(bulk_emit_and_flush, idx + 1)
144-
time.sleep(0.5)
144+
time.sleep(2)
145145

146146
executor.shutdown()
147147

0 commit comments

Comments
 (0)