From 8699f872a64e88ac0dfbd09359814de050ffb722 Mon Sep 17 00:00:00 2001 From: Atharva Mulmuley Date: Tue, 27 Apr 2021 18:23:33 +0530 Subject: [PATCH] minor comment fix --- src/arc-login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arc-login.ts b/src/arc-login.ts index 2d1e183a..b09c79ca 100644 --- a/src/arc-login.ts +++ b/src/arc-login.ts @@ -88,7 +88,7 @@ export async function getArcKubeconfig(): Promise { }).unref(); } console.log('started proxy') - await sleep(120000) //sleeping for a minute to allow kubeconfig to be merged + await sleep(120000) //sleeping for 2 minutes to allow kubeconfig to be merged fs.chmodSync(kubeconfigPath, '600'); core.exportVariable('KUBECONFIG', kubeconfigPath); console.log('KUBECONFIG environment variable is set');