Skip to content

Commit

Permalink
Increase libcudacxx test timeout (#3850)
Browse files Browse the repository at this point in the history
* Increase libcu++ test timeout.

The T4 nightlies are consistently timing out.
  • Loading branch information
alliepiper authored Feb 18, 2025
1 parent 795cef5 commit 02d2396
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 @@ -140,6 +140,6 @@ add_test(NAME libcudacxx.test.lit COMMAND
)

set_tests_properties(libcudacxx.test.lit PROPERTIES
TIMEOUT 6400
TIMEOUT 10800 # 3hr, some CI machines are slow
RUN_SERIAL TRUE
)

0 comments on commit 02d2396

Please sign in to comment.