We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e23907 commit 5fd6ccaCopy full SHA for 5fd6cca
1 file changed
internals/server/http.go
@@ -43,7 +43,7 @@ func httpHandler(w http.ResponseWriter, req *http.Request) {
43
w.Header().Set("Content-Type", "application/json")
44
json.NewEncoder(w).Encode(resp)
45
46
- client, err := waitForClient(clientID, time.Duration(15 * time.Second))
+ client, err := waitForClient(clientID, time.Duration(20 * time.Second))
47
48
if err != nil {
49
logger.Error("Could not get client: ", err.Error())
0 commit comments