Commit 664372c
authored
Increase JRuby test endpoint polling timeout (#1090)
* Increase JRuby test endpoint polling timeout
JRuby applications need additional warm-up time after the health check
passes. Even though the process is running, the JVM/JRuby runtime needs
time to fully initialize before it can serve HTTP requests reliably.
Changes:
- Increased Eventually timeout from 1 minute to 3 minutes
- Increased polling interval from 1s to 2s (reduce API load)
- This fixes flaky failures in CI environments with higher latency1 parent 3bc2f38 commit 664372c
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
0 commit comments