From c7e00cd72b5b93c9b29d13b0b84e4f00510378ac Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 11 Jan 2019 16:50:26 +0800 Subject: [PATCH] add travis_wait --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9fd2d75ae..15c1e63d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ install: - yarn script: - - npm run test + - travis_wait 60 npm run test after_script: - npm install codecov