We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c219b commit 52a2909Copy full SHA for 52a2909
scripts/code_snippets/tests/test_kind_search_enterprise_snippets.sh
@@ -25,6 +25,9 @@ echo "Sourcing env variables for ${CODE_SNIPPETS_FLAVOR} flavor"
25
test -f "${test_dir}/env_variables_${CODE_SNIPPETS_FLAVOR}.sh" && source "${test_dir}/env_variables_${CODE_SNIPPETS_FLAVOR}.sh"
26
${test_dir}/test.sh
27
28
+echo "Sleeping for 120s to let replicaset nodes restarted and configured with the search configuration."
29
+sleep 120
30
+
31
test_dir="./docs/search/03-search-query-usage"
32
echo "Sourcing env variables for ${CODE_SNIPPETS_FLAVOR} flavor"
33
# shellcheck disable=SC1090
0 commit comments