Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-08-04 09:26:50 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2020-08-04 11:23:51 +0300
commit31de8f5de768347daddaffc199cbf806fc763264 (patch)
tree3173c630e9b2638013b3cd539f9fbee0abd1c4bf
parentc6e3c949c55cacf4a9762d029dde515f80e8aa89 (diff)
Increase client_test timeout
-rw-r--r--internal/source/gitlab/client/client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/source/gitlab/client/client_test.go b/internal/source/gitlab/client/client_test.go
index ab90b474..57c479d7 100644
--- a/internal/source/gitlab/client/client_test.go
+++ b/internal/source/gitlab/client/client_test.go
@@ -283,7 +283,7 @@ func TestClientStatus(t *testing.T) {
}
func TestClientStatusClientTimeout(t *testing.T) {
- timeout := 3 * time.Millisecond
+ timeout := 20 * time.Millisecond
mux := http.NewServeMux()
mux.HandleFunc("/api/v4/internal/pages/status", func(w http.ResponseWriter, r *http.Request) {