Skip to content

Commit

Permalink
Merge pull request #30 from SgtCoDFish/bumptimeout
Browse files Browse the repository at this point in the history
bump guestbook timeout
  • Loading branch information
SgtCoDFish authored Mar 20, 2024
2 parents 39870f5 + 28ae01d commit 749ed30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ func signGuestbookPage(guestbookURL string, remoteRoots *x509.CertPool, kclient

guestbookClient := &http.Client{
Transport: transport,
Timeout: 5 * time.Second,
Timeout: 15 * time.Second,
}

postValues := url.Values{}
Expand Down

0 comments on commit 749ed30

Please sign in to comment.