Skip to content

Commit

Permalink
Fix tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Mar 4, 2020
1 parent 80dd47d commit cea0150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DOCKER_NETWORK?=SKYNET
DOCKER_NODE?=SKY01
DOCKER_OPTS?=GO111MODULE=on GOOS=linux # go options for compiling for docker container

TEST_OPTS_BASE:=-cover -timeout=1m
TEST_OPTS_BASE:=-cover -timeout=5m

RACE_FLAG:=-race
GOARCH:=$(shell go env GOARCH)
Expand Down

0 comments on commit cea0150

Please sign in to comment.