Commit 6ab3ee9
committed
Fix timing issue in very_long_log_message test
Move FlushAll() call to occur immediately after logging to ensure proper
synchronization, and increase wait time from 5ms to 50ms to accommodate
slower CI environments (looking at you GHA 🤪).1 parent 3a9b827 commit 6ab3ee9
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
| 184 | + | |
187 | 185 | | |
188 | 186 | | |
189 | 187 | | |
190 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
0 commit comments