You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ch...@apache.org on 2020/12/29 09:42:04 UTC

[apisix-dashboard] branch master updated: fix: minish resync_delay for e2e test (#922) (#1139)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 43d541f  fix: minish resync_delay for e2e test (#922) (#1139)
43d541f is described below

commit 43d541fba32783ca2467128ed5edba24377e44c6
Author: Peter Zhu <st...@gmail.com>
AuthorDate: Tue Dec 29 17:41:57 2020 +0800

    fix: minish resync_delay for e2e test (#922) (#1139)
    
    Co-authored-by: 琚致远 <ju...@apache.org>
---
 api/test/docker/apisix_config.yaml  | 1 +
 api/test/docker/apisix_config2.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/api/test/docker/apisix_config.yaml b/api/test/docker/apisix_config.yaml
index 9e48c29..47bdb4e 100644
--- a/api/test/docker/apisix_config.yaml
+++ b/api/test/docker/apisix_config.yaml
@@ -22,6 +22,7 @@ etcd:
     - "http://172.16.238.10:2379"
     - "http://172.16.238.11:2379"
     - "http://172.16.238.12:2379"
+  resync_delay: 0.1 # sync data from etcd quickly for e2e test
 
 apisix:
   id: "apisix-server1"
diff --git a/api/test/docker/apisix_config2.yaml b/api/test/docker/apisix_config2.yaml
index 7c41436..1ab8583 100644
--- a/api/test/docker/apisix_config2.yaml
+++ b/api/test/docker/apisix_config2.yaml
@@ -22,6 +22,7 @@ etcd:
     - "http://172.16.238.10:2379"
     - "http://172.16.238.11:2379"
     - "http://172.16.238.12:2379"
+  resync_delay: 0.1 # sync data from etcd quickly for e2e test
 
 apisix:
   id: "apisix-server2"