Commit 3c87295
committed
TestSocketTimeout: Increase upper bound assertion for actual delay
These test cases are intermittently failing in the build environment on
macos-latest using JDK11, because some of the calls seem to be taking
slightly more than twice as long as they ought to before timing out. I'm
not able to reproduce the issue, but it's safe to increase the upper
bound: we'll still know if one of the socket timeout config options
stops working, since the `assertThrows` assertion will fail.1 parent fd2870e commit 3c87295
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 | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments