Skip to content

Commit

Permalink
fix cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Wujianyu03 authored and Wujianyu03 committed Jul 18, 2024
1 parent c602e17 commit bd0d315
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion test/deprecated/legacy_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ if(NOT WIN32)
endif()

# setting timeout value as 15S
set_tests_properties(test_cross_op PROPERTIES TIMEOUT 120)
set_tests_properties(test_imperative_lod_tensor_to_selected_rows_deprecated
PROPERTIES TIMEOUT 200)

Expand Down
1 change: 1 addition & 0 deletions test/legacy_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,7 @@ if(WITH_DISTRIBUTE)
endif()

# setting timeout value as 15S
set_tests_properties(test_cross_op PROPERTIES TIMEOUT 120)
set_tests_properties(test_isin PROPERTIES TIMEOUT 30)
set_tests_properties(test_binomial_op PROPERTIES TIMEOUT 30)
set_tests_properties(test_run PROPERTIES TIMEOUT 120)
Expand Down

0 comments on commit bd0d315

Please # to comment.