Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
dev: increase dev detection timeout to 8 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Sep 10, 2024
1 parent ef260ef commit a1b8728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/functions/bridge/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func run() error {
mqttClient.Publish(prefix+"/shutdown", 1, false, initPayload).Wait()
}()

timeout := time.Second * 3
timeout := time.Second * 8
if SST_FUNCTION_TIMEOUT != "" {
// parse to int not int64
parsed, err := strconv.ParseInt(SST_FUNCTION_TIMEOUT, 10, 64)
Expand Down

0 comments on commit a1b8728

Please sign in to comment.