From ca2fe69bca3f0f91281d244c5f1401a6ccd0fcc2 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Mon, 18 Nov 2019 09:52:12 +0100 Subject: [PATCH] travis: remove traces and use travis_wait in ARM build (#20296) * travis: remove debug traces * travis: Add travis_wait to the test run * travis: increase travis_wait time --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d62046848e3..5ea17f1ffbe9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,10 +47,8 @@ jobs: dist: xenial go: 1.13.x script: - - cat /proc/cpuinfo - - free -h - go run build/ci.go install - - go run build/ci.go test -coverage $TEST_PACKAGES + - travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES - stage: build os: osx