Commit 71ece5cc authored by Kevin Modzelewski's avatar Kevin Modzelewski

Extend time limit for force_llvm tests

I think LLVM-tier compilation times got worse with refcounting,
which is why we've seen these tests time out more often lately.
parent dc2f38c6
......@@ -342,7 +342,7 @@ endmacro()
# tests testname directory arguments
add_pyston_test(defaults tests --order-by-mtime -t50)
add_pyston_test(force_llvm tests -a=-n -a=-X -t50)
add_pyston_test(force_llvm tests -a=-n -a=-X -t75)
if(${CMAKE_BUILD_TYPE} STREQUAL "Release")
add_pyston_test(max_compilation_tier tests -a=-O -a=-X -t50)
endif()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment