Skip to content

Commit

Permalink
[Dy2St] Increase test_resnet_amp timeout (#62835)
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo authored Mar 19, 2024
1 parent 23c9830 commit f998342
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/dygraph_to_static/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if(WITH_PYTHON)
endif()

if(WIN32 AND NOT WITH_GPU)
list(REMOVE_ITEM TEST_OPS test_resnet_amp
)# disable on Windows CPU CI for timeout
# disable on Windows CPU CI for timeout
list(REMOVE_ITEM TEST_OPS test_resnet_amp)
endif()

if(NOT WITH_GPU)
Expand Down Expand Up @@ -48,6 +48,10 @@ set_tests_properties(test_bmn PROPERTIES TIMEOUT 300)
set_tests_properties(test_loop PROPERTIES TIMEOUT 180)
set_tests_properties(test_mnist_amp PROPERTIES TIMEOUT 240)

if(TEST test_resnet_amp)
set_tests_properties(test_resnet_amp PROPERTIES TIMEOUT 240)
endif()

if(NOT WIN32)
set_tests_properties(test_tsm PROPERTIES TIMEOUT 900)
endif()
Expand Down

0 comments on commit f998342

Please sign in to comment.