Increase test case timeout

This commit is contained in:
faizanahmad055
2018-07-26 20:23:20 +05:00
parent 0427d58a4f
commit 9d38927e4a
3 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ binary-image: builder-image
@docker run --network host --rm "${BUILDER}" | docker build --network host -t "${REPOSITORY}" -f Dockerfile.run -
test:
"$(GOCMD)" test -v ./...
"$(GOCMD)" test -timeout 1800s -v ./...
stop:
@docker stop "${BINARY}"