You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/09/09 04:01:44 UTC

[apisix] branch master updated: test: sleep 1 second in t/cli/test_upstream_mtls.sh (#7889)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new c34b60f4c test: sleep 1 second in t/cli/test_upstream_mtls.sh (#7889)
c34b60f4c is described below

commit c34b60f4cc6302090ccf8d25d283453c680d26d3
Author: jinhua luo <ho...@163.com>
AuthorDate: Fri Sep 9 12:01:36 2022 +0800

    test: sleep 1 second in t/cli/test_upstream_mtls.sh (#7889)
---
 t/cli/test_upstream_mtls.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/cli/test_upstream_mtls.sh b/t/cli/test_upstream_mtls.sh
index da5b5f864..b2b53cfab 100755
--- a/t/cli/test_upstream_mtls.sh
+++ b/t/cli/test_upstream_mtls.sh
@@ -73,7 +73,7 @@ curl -k -i http://127.0.0.1:9180/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034
     }
 }'
 
-sleep 0.1
+sleep 1
 
 code=$(curl -v -k -i -m 20 -o /dev/null -s -w %{http_code} http://127.0.0.1:9080/hello)