Skip to content

Commit d92447a

Browse files
authored
OCPP: increase default timeout to 1min (#27418)
1 parent 2a5b6ea commit d92447a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charger/ocpp/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ocpp
22

33
import "time"
44

5-
var Timeout = 30 * time.Second // default request / response timeout on protocol level
5+
var Timeout = time.Minute // default request / response timeout on protocol level
66

77
const (
88
// Core profile keys

0 commit comments

Comments
 (0)