From 5fb37eab409f13c4375f72e42fb47d0983087d9a Mon Sep 17 00:00:00 2001 From: Mumshad Date: Wed, 20 Mar 2019 22:35:47 +0800 Subject: [PATCH] Minor Update --- docs/16-e2e-tests.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/16-e2e-tests.md b/docs/16-e2e-tests.md index 9062ac4..733cd69 100644 --- a/docs/16-e2e-tests.md +++ b/docs/16-e2e-tests.md @@ -32,3 +32,6 @@ export KUBE_MASTER=master-1 kubetest --test --provider=skeleton --test_args="--ginkgo.focus=\[Conformance\]" | tee test.out ``` + + +This could take about 1.5 to 2 hours. The number of tests run and passed will be displayed at the end.