Skip to content

Commit

Permalink
Bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-cordenier committed Nov 11, 2024
1 parent ce9d0d5 commit 202228c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/workflows/wasm/host/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (r *store) delete(id string) {

var (
defaultTickInterval = 100 * time.Millisecond
defaultTimeout = 2 * time.Second
defaultTimeout = 30 * time.Second
defaultMinMemoryMBs = 128
DefaultInitialFuel = uint64(100_000_000)
defaultMaxFetchRequests = 5
Expand Down

0 comments on commit 202228c

Please sign in to comment.