We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c52411 commit d0017a7Copy full SHA for d0017a7
internal/server/service.go
@@ -129,7 +129,7 @@ func (ls *LocalStackService) Initialize(bs interop.Bootstrap) error {
129
}
130
131
initStart := metering.Monotime()
132
- err = ls.sandbox.Init(initRequest, initRequest.InvokeTimeoutMs)
+ err = ls.sandbox.Init(initRequest, initRequest.InitTimeoutMs)
133
ls.initDuration = float64(metering.Monotime()-initStart) / float64(time.Millisecond)
134
135
if err != nil {
0 commit comments