Commit ba155b1
committed
Issue #748: stabilize flaky GrizzlyLDAPConnectionFactoryTestCase.testResourceManagement
The async connection-error notification path is correct for every event
ordering, so the intermittent timeout on the macOS/Java 11 CI runner was
delivery latency, not a lost notification: one of the 100 iterations
exceeded the 30s deadline under load. Raise the shared TEST_TIMEOUT from
30s to 60s so a slow runner no longer produces false-negative builds;
ITERATIONS stays at 100 to preserve the OPENDJ-1156 race coverage.1 parent 5c32685 commit ba155b1
1 file changed
Lines changed: 11 additions & 2 deletions
File tree
- opendj-grizzly/src/test/java/org/forgerock/opendj/grizzly
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
90 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
91 | 100 | | |
92 | 101 | | |
93 | 102 | | |
| |||
0 commit comments