Commit 4a89025
committed
Increase readiness and liveness probe timeouts, introduce an initial delay
Currently the default timeout of 1 second and no initial delay is applied
to the probes of the runner pods. Depending on the startup time this
can cause random Pod errors causing a whole TestRun to fail.
At some point it might also make sense to introduce a startupProbe to cover
the longer initial startup time a K6 instance (Pod) might need instead of every
increasing the runtime liveness and readiness checks.
Fixes #306
Signed-off-by: Christian Rohmann <[email protected]>1 parent 40dce3f commit 4a89025
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
| 285 | + | |
284 | 286 | | |
285 | 287 | | |
286 | 288 | | |
| |||
0 commit comments