Skip to content

Commit

Permalink
#2036: Tests: Increase timeout of performance tests to 500sec
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Jun 13, 2023
1 parent c32b0dd commit 60bfbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ foreach(PERF_TEST ${PROJECT_PERF_TESTS})
PROPERTIES
PROCESSORS ${PERF_TEST_NUMPROC}
RUN_SERIAL TRUE # do not run in parallel with any other tests
TIMEOUT 300
TIMEOUT 500
LABELS "perf_test"
)
endforeach()

0 comments on commit 60bfbc2

Please sign in to comment.