Skip to content

Commit

Permalink
Update Mac test timeout;test=document_fix (PaddlePaddle#57387)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianshuo78520a authored Sep 18, 2023
1 parent 51cf774 commit 55b8d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/dygraph_to_static/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ set_tests_properties(test_build_strategy PROPERTIES TIMEOUT 120)
if(NOT WIN32)
set_tests_properties(test_resnet_v2 PROPERTIES TIMEOUT 180)
set_tests_properties(test_tsm PROPERTIES TIMEOUT 900)
set_tests_properties(test_resnet PROPERTIES TIMEOUT 240)
set_tests_properties(test_resnet PROPERTIES TIMEOUT 300)
endif()

if(APPLE)
Expand Down
2 changes: 1 addition & 1 deletion test/legacy_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ if(WIN32)
else()
set_tests_properties(test_static_save_load_large PROPERTIES TIMEOUT 600)
set_tests_properties(test_paddle_save_load PROPERTIES TIMEOUT 250)
set_tests_properties(test_cdist PROPERTIES TIMEOUT 120)
set_tests_properties(test_cdist PROPERTIES TIMEOUT 150)
endif()
if(WITH_NV_JETSON)
set_tests_properties(test_concat_op PROPERTIES TIMEOUT 1200)
Expand Down

0 comments on commit 55b8d7e

Please sign in to comment.