Commit b306faa
Fix MultipleLogManagersTests: atomic counter and relaxed timeouts
- Make RequestHandler::m_count atomic to fix data race between server
thread (writing) and test thread (reading).
- Increase wait timeouts from 10s to 20s to accommodate slow CI
simulators where NSURLSession connection setup can be delayed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 86ba37c commit b306faa
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments