Skip to content

Commit

Permalink
Limit test parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenneuendorffer committed Aug 7, 2024
1 parent 3e2f04f commit aa30532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ set(TEST_DEPENDS
add_lit_testsuite(check-aie "Running the aie regression tests"
${CMAKE_CURRENT_BINARY_DIR}
DEPENDS ${TEST_DEPENDS}
ARGS "-sv --timeout 600"
ARGS "-sv --timeout 600 -j 3"
)
set_target_properties(check-aie PROPERTIES FOLDER "Tests")

0 comments on commit aa30532

Please sign in to comment.