Tweak to the CI

This commit is contained in:
diamondburned (Forefront) 2020-01-20 11:37:39 -08:00
parent 73f5cdec9e
commit 3556e7d7dc
1 changed files with 2 additions and 0 deletions

View File

@ -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 ./...