Bump the scroll keep-alive time in cluster upgrade tests. (#50195)
In the yaml cluster upgrade tests, we start a scroll in a mixed-version cluster, then attempt to continue the scroll after the upgrade is complete. This test occasionally fails because the scroll can expire before the cluster is done upgrading. The current scroll keep-alive time 5m. This PR bumps it to 10m, which gives a good buffer since in failing tests the time was only exceeded by ~30 seconds. Addresses #46529.
This commit is contained in:
parent
731bfa6614
commit
463cd414aa
|
@ -34,7 +34,7 @@
|
|||
rest_total_hits_as_int: true
|
||||
index: upgraded_scroll
|
||||
size: 1
|
||||
scroll: 5m
|
||||
scroll: 10m
|
||||
sort: foo
|
||||
body:
|
||||
query:
|
||||
|
|
Loading…
Reference in New Issue