Commit 74311c52 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Bump integration test timeout as well

not very happy about this but it's better than having a flaky CI...
parent 71ece5cc
......@@ -347,7 +347,7 @@ if(${CMAKE_BUILD_TYPE} STREQUAL "Release")
add_pyston_test(max_compilation_tier tests -a=-O -a=-X -t50)
endif()
add_pyston_test(defaults cpython --exit-code-only --skip-failing -t100)
add_pyston_test(defaults integration --exit-code-only --skip-failing -t600)
add_pyston_test(defaults integration --exit-code-only --skip-failing -t900)
if(ENABLE_EXTRA_TESTS)
add_pyston_test(defaults extra -t900 --exit-code-only)
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