Docs: Be ok with long recovery times

The _cat docs were asserting that an index took only some number of
milliseconds to recovery. In this build it took a whole second:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+5.3+multijob-intake/192/consoleFull

So this changes the assertion to be ok with a second.
This commit is contained in:
Nik Everett 2017-04-17 16:28:10 -04:00
parent 9653551072
commit 718e332c64
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ twitter 0 13ms store done n/a n/a 127.0.0.1 node-0 n
// TESTRESPONSE[s/store/empty_store/] // TESTRESPONSE[s/store/empty_store/]
// TESTRESPONSE[s/100%/0.0%/] // TESTRESPONSE[s/100%/0.0%/]
// TESTRESPONSE[s/9928/0/] // TESTRESPONSE[s/9928/0/]
// TESTRESPONSE[s/13ms/\\d+m?s/]
// TESTRESPONSE[s/13/\\d+/ _cat] // TESTRESPONSE[s/13/\\d+/ _cat]
In the above case, the source and target nodes are the same because the recovery In the above case, the source and target nodes are the same because the recovery