Skip to content

Commit

Permalink
fix: minish resync_delay for e2e test (#922) (#1139)
Browse files Browse the repository at this point in the history
Co-authored-by: 琚致远 <[email protected]>
  • Loading branch information
starsz and juzhiyuan authored Dec 29, 2020
1 parent 8f94c84 commit 43d541f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/test/docker/apisix_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions api/test/docker/apisix_config2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 43d541f

Please sign in to comment.