Commit 4febd33
sdk: try to make test_batch_span_processor_reset_timeout a bit less flaky (#3937)
If the BatchSpanProcessor has not processed its queue test will fail
with:
UnboundLocalError: local variable 'after_calls' referenced before assignment
So double the sleep to more than the schedule_delay_millis to give it
more room.
Fix #3936
Co-authored-by: Diego Hurtado <[email protected]>1 parent 83811bf commit 4febd33
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | | - | |
| 516 | + | |
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| |||
0 commit comments