From 3556e7d7dc5e5d32039006a5a87ed2239ff3aa2f Mon Sep 17 00:00:00 2001 From: "diamondburned (Forefront)" Date: Mon, 20 Jan 2020 11:37:39 -0800 Subject: [PATCH] Tweak to the CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12d7d80..89d6951 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,8 @@ integration_test: variables: - $BOT_TOKEN script: + # go get first, so it doesn't count towards the timeout. + - go get # Timeout test after 120 seconds (2 minutes) - timeout 120 go test -tags integration -v ./...