Browse Source

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.
Nik Everett 8 years ago
parent
commit
718e332c64
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/reference/cat/recovery.asciidoc

+ 1 - 0
docs/reference/cat/recovery.asciidoc

@@ -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