summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-05-02 08:07:58 -0400
committerChristopher Speller <crspeller@gmail.com>2016-05-02 08:07:58 -0400
commitc63e027aece1270c8e1378ee27b015304d25f89d (patch)
treeaefef2f1ea027472c62e821c04e6a56b460d931a /Makefile
parent3346a9a63a7c1db582b2f553269c64f4b4a356ef (diff)
downloadchat-c63e027aece1270c8e1378ee27b015304d25f89d.tar.gz
chat-c63e027aece1270c8e1378ee27b015304d25f89d.tar.bz2
chat-c63e027aece1270c8e1378ee27b015304d25f89d.zip
Fixing LDAP editing of attributes (#2824)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1300176b..6934e8545 100644
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,7 @@ test: start-docker
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=340s ./api || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=12s ./model || exit 1
- $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./store || exit 1
+ $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=180s ./store || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./utils || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./web || exit 1
ifeq ($(BUILD_ENTERPRISE_READY),true)