Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
docker-test.sh: adjust test run timeout to 60m
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Hollensbe <github@hollensbe.org>
  • Loading branch information
Erik Hollensbe committed Feb 14, 2017
1 parent 72b4c45 commit 4b1c660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sleep 5

for i in $*
do
DIND=1 go test -cover -timeout 30m -v "$i" -check.v -check.f "${TESTRUN}"
DIND=1 go test -cover -timeout 60m -v "$i" -check.v -check.f "${TESTRUN}"
done

status=$?
Expand Down

0 comments on commit 4b1c660

Please sign in to comment.