Commit 6168080
committed
TraceContext テストの Windows assertion 緩和
testElapsedMsIncreasesOverTime も assertion 下限を 5ms → 1ms に緩和。
533a74e で ElapsedTimeProcessorTest を緩和したが、同種のテストが
TraceContextTest にも存在し、こちらが Windows runner で fail していた。
両ファイルで同じ flaky 対策パターン (usleep 30ms + 1ms 以上) に統一。
機能変更なし、テスト assertion のみ。1 parent 533a74e commit 6168080
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
114 | 119 | | |
115 | 120 | | |
116 | | - | |
| 121 | + | |
117 | 122 | | |
118 | 123 | | |
0 commit comments