Commit b108f57
Auto-port 4.1: Increase timeout in test to address flakyness (netty#17345)
Auto-port of netty#17342 to 4.1
Cherry-picked commit: ea2faef
---
Motivation:
The DataCompressionHttpTest.encodingTooBigMessage(...) operates on a lot
of data so we should use a higher timeout when waiting on the latch so
we not fail due of slow execution time on the CI
Modifications:
Increase timeout to 10 seconds
Result:
Hopefully less flaky test
Co-authored-by: Norman Maurer <norman_maurer@apple.com>1 parent e85cdc1 commit b108f57
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
0 commit comments