any ideas why `stack.up` takes `Duration: 1m6s` an...
# automation-api
i
any ideas why
stack.up
takes
Duration: 1m6s
and when this message appears, to resolve the Promise and give me output back it takes like another 1min (typescript)
b
Hi Fedya, it's not clear what you're asking here I'm afraid - can yu share more information?
i
Copy code
stack.up({
      onOutput: <http://console.info|console.info>
    });
awaiting this, takes 1m+ even if the stack output shows that everything has been created and duration took 1m6s
so basically, I see that the stack has been completed, but promise doesn’t return for next 1min or so
b
Can you open an issue for this? Sounds like a bug
i
is there anything that I can share with you?
like trace / memory dump? what should help you understand what’s going on
b
a performance trace would help, but being able to repro it is a start