summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-03-08 01:30:33 +0100
committerJoram Wilander <jwawilander@gmail.com>2017-03-07 19:30:33 -0500
commit19ec4c42989df53279a1e7fe8dc997244ffbb20c (patch)
tree305febf622536ec03b1ef7190b7657be5a244811 /Makefile
parentfa75e0e7c45dfd7b72b9fa56dfb4b0ca1496c81c (diff)
downloadchat-19ec4c42989df53279a1e7fe8dc997244ffbb20c.tar.gz
chat-19ec4c42989df53279a1e7fe8dc997244ffbb20c.tar.bz2
chat-19ec4c42989df53279a1e7fe8dc997244ffbb20c.zip
add team exists endpoint for APIv4 (#5517)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af4302642..f4c19bd59 100644
--- a/Makefile
+++ b/Makefile
@@ -203,7 +203,7 @@ test-server: start-docker prepare-enterprise
echo "mode: count" > cover.out
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=1050s -covermode=count -coverprofile=capi.out ./api || exit 1
- $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=650s -covermode=count -coverprofile=capi4.out ./api4 || exit 1
+ $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=800s -covermode=count -coverprofile=capi4.out ./api4 || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=60s -covermode=count -coverprofile=capp.out ./app || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=60s -covermode=count -coverprofile=cmodel.out ./model || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=180s -covermode=count -coverprofile=cstore.out ./store || exit 1