延长单测'test_static_save_load'超时 (#30599)

* delay the 'timeout' of 'test_static_save_load'.

* delay the 'timeout' of 'test_static_save_load'.
revert-31068-fix_conv3d_windows
WeiXin 4 years ago committed by GitHub
parent 9674e440e2
commit ca33821475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -709,10 +709,10 @@ set_tests_properties(test_trilinear_interp_op PROPERTIES TIMEOUT 120)
set_tests_properties(test_bicubic_interp_v2_op PROPERTIES TIMEOUT 120)
set_tests_properties(test_gather_op PROPERTIES TIMEOUT 120)
if (WIN32)
set_tests_properties(test_static_save_load PROPERTIES TIMEOUT 300)
set_tests_properties(test_static_save_load PROPERTIES TIMEOUT 900)
set_tests_properties(test_paddle_save_load PROPERTIES TIMEOUT 250)
else()
set_tests_properties(test_static_save_load PROPERTIES TIMEOUT 200)
set_tests_properties(test_static_save_load PROPERTIES TIMEOUT 600)
set_tests_properties(test_paddle_save_load PROPERTIES TIMEOUT 150)
endif()
set_tests_properties(test_imperative_selected_rows_to_lod_tensor PROPERTIES TIMEOUT 120)

Loading…
Cancel
Save