Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed May 24, 2023
1 parent 1e84947 commit 087074a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jenkins/lsu-perftests/ctest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This is a dummy file to trigger the upload of the perftests reports
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)

set(CTEST_TEST_TIMEOUT 300)
set(CTEST_TEST_TIMEOUT 900)
set(CTEST_BUILD_PARALLELISM 20)
set(CTEST_TEST_PARALLELISM 4)
set(CTEST_CMAKE_GENERATOR Ninja)
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/lsu/ctest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

cmake_minimum_required(VERSION 3.1 FATAL_ERROR)

set(CTEST_TEST_TIMEOUT 300)
set(CTEST_TEST_TIMEOUT 900)
set(CTEST_BUILD_PARALLELISM 20)
set(CTEST_TEST_PARALLELISM 4)
set(CTEST_CMAKE_GENERATOR Ninja)
Expand Down

0 comments on commit 087074a

Please sign in to comment.