You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase lower bound tolerance of future deref timeout test (#1185)
Hi,
can you please review to increase the lower bounder tolerance for the
`future` `deref` test with a timeout period. It addresses #1184.
The samples for the CI test failures suggested that the failures had an
error of -4ms, so I've increased the lower boundary to 95ms from 100ms.
If this proves to be insufficient, I will further increase it to 90ms.
I've also corrected the labelling from `ms` to `s` (for seconds), the
unit `perf-counter` returns.
I have not included this in the CHANGELOG, since I think is not
required.
Co-authored-by: ikappaki <[email protected]>
Co-authored-by: Chris Rink <[email protected]>
0 commit comments