From eb3e41f3474890ff54d6f99718f7a83c6516cd48 Mon Sep 17 00:00:00 2001 From: Lee-Ping Wang Date: Sun, 24 Nov 2019 07:47:54 -0800 Subject: [PATCH] Add travis_wait for mac os --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f292ff9b1..0d43e5129 100644 --- a/.travis.yml +++ b/.travis.yml @@ -164,7 +164,7 @@ script: - tar xvjf targets.tar.bz2 - ForceBalance very_simple.in - cd - - - pytest --cov=forcebalance --cov-config=setup.cfg + - travis_wait 30 pytest --cov=forcebalance --cov-config=setup.cfg # - python test # - py.test -v --cov=eex/ --durations=5