summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-04-05 18:32:04 -0400
committerChristopher Speller <crspeller@gmail.com>2017-04-05 18:32:04 -0400
commit1a09b2d07faef06c121319945639c46d1e3f5744 (patch)
treecd4cfcc14d18f67677ce5e81a2e55c23680e6e88 /Makefile
parentd8b732a488233d9b763d2c43ded60a420e1746a6 (diff)
downloadchat-1a09b2d07faef06c121319945639c46d1e3f5744.tar.gz
chat-1a09b2d07faef06c121319945639c46d1e3f5744.tar.bz2
chat-1a09b2d07faef06c121319945639c46d1e3f5744.zip
Increasing test timeout
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f30869755..28e6fde38 100644
--- a/Makefile
+++ b/Makefile
@@ -197,7 +197,7 @@ test-te-race: start-docker prepare-enterprise
@for package in $(TE_PACKAGES); do \
echo "Testing "$$package; \
- $(GO) test $(GOFLAGS) -race -run=$(TESTS) -test.timeout=3000s $$package || exit 1; \
+ $(GO) test $(GOFLAGS) -race -run=$(TESTS) -test.timeout=4000s $$package || exit 1; \
done
test-ee-race: start-docker prepare-enterprise