From 9ec48f6ab80ac5f633015f01436b2700643cb26e Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 8 Jan 2021 15:06:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20tke=20ingress=20=E5=86=85=E7=BD=91?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/plugins/test/tencent/deploy-to-tke-ingress.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/test/tencent/deploy-to-tke-ingress.test.js b/packages/plugins/test/tencent/deploy-to-tke-ingress.test.js index 10cef0c1..ac180ec7 100644 --- a/packages/plugins/test/tencent/deploy-to-tke-ingress.test.js +++ b/packages/plugins/test/tencent/deploy-to-tke-ingress.test.js @@ -37,7 +37,7 @@ describe('DeployCertToTencentTKEIngress', function () { // }) // it('#getTKESecrets', async function () { - this.timeout(5000) + this.timeout(50000) const { options, deployOpts } = await getOptions() const plugin = new DeployCertToTencentTKEIngress(options) const tkeClient = plugin.getTkeClient(options.accessProviders[deployOpts.props.accessProvider], deployOpts.props.region)