Skip to content

Commit

Permalink
Increase timeout for the libcu++ test runs (#1720)
Browse files Browse the repository at this point in the history
We are getting dangerously close to the timeout, with some CI runs failing already with the last few tests remaining

Given that we have massively increased the number of tests longer test run time is to be expected.
  • Loading branch information
miscco authored May 8, 2024
1 parent abe2a02 commit d144111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcudacxx/test/libcudacxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ add_test(NAME libcudacxx.test.lit COMMAND
)

set_tests_properties(libcudacxx.test.lit PROPERTIES
TIMEOUT 3600
TIMEOUT 4800
RUN_SERIAL TRUE
)

0 comments on commit d144111

Please sign in to comment.