diff --git a/tests/js/common/shell/shell-index.js b/tests/js/common/shell/shell-index.js index d28198ef03..7def978865 100644 --- a/tests/js/common/shell/shell-index.js +++ b/tests/js/common/shell/shell-index.js @@ -1167,7 +1167,7 @@ function parallelIndexSuite() { } if (time() - start > 180) { // wait for 3 minutes maximum - fail(); + fail("Timeout creating 80 indices after 3 minutes: " + JSON.stringify(indexes)); } require("internal").wait(0.5, false); } @@ -1193,7 +1193,7 @@ function parallelIndexSuite() { } if (time() - start > 180) { // wait for 3 minutes maximum - fail(); + fail("Timeout creating indices after 3 minutes: " + JSON.stringify(indexes)); } require("internal").wait(0.5, false); }