From c287b53e010b8ef2bb227408bb91fb222ea2a30c Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Tue, 17 Nov 2020 02:26:49 -0800 Subject: [PATCH] minor update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 532e101d..3cf1b4fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - export PATH=$VERILATOR_ROOT/bin:$PATH script: - - make -j > /dev/null 2>&1 + - travis_wait 30 make -j > /dev/null 2>&1 - ci/test_runtime.sh - ci/test_driver.sh - ci/test_riscv_isa.sh