Skip to content

Commit 13fe6d1

Browse files
committed
fix engine not timing out as ctx incorrectly commented out
1 parent 8889548 commit 13fe6d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkg/workflows/wasm/host/module.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,8 @@ func runWasm[I, O proto.Message](
523523

524524
donSeed := int64(h.Sum64())
525525

526-
_ = ctxWithTimeout
527526
exec := &execution[O]{
528-
//ctx: ctxWithTimeout,
529-
ctx: ctx,
527+
ctx: ctxWithTimeout,
530528
capabilityResponses: map[int32]<-chan *sdkpb.CapabilityResponse{},
531529
secretsResponses: map[int32]<-chan *secretsResponse{},
532530
module: m,

0 commit comments

Comments
 (0)