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');