Skip to content

Commit

Permalink
increase LLVM unit test timeout a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Jun 1, 2021
1 parent 2d92021 commit 60b69e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/opt-alive.sh.in
Expand Up @@ -72,7 +72,7 @@ TV_SMT_TO=""
TV_SMT_STATS=""
if [[ @FOR_ALIVE2_TEST@ == 0 ]]; then
TV_REPORT_DIR=-tv-report-dir=@CMAKE_BINARY_DIR@/logs
TIMEOUT="timeout 1500"
TIMEOUT="timeout 2000"
TV_SMT_TO=-tv-smt-to=10000
TV_SMT_STATS=-tv-smt-stats
fi
Expand Down

0 comments on commit 60b69e8

Please sign in to comment.