delay timeout of unnittest 'test_static_save_load'. (#30975)

revert-31068-fix_conv3d_windows
WeiXin 4 years ago committed by GitHub
parent f649442ddd
commit 8ab29f4bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -711,7 +711,7 @@ set_tests_properties(test_nearest_interp_v2_op PROPERTIES TIMEOUT 120)
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)
set_tests_properties(test_static_save_load PROPERTIES TIMEOUT 120)
set_tests_properties(test_static_save_load PROPERTIES TIMEOUT 250)
if (WIN32)
set_tests_properties(test_static_save_load_large PROPERTIES TIMEOUT 900)
set_tests_properties(test_paddle_save_load PROPERTIES TIMEOUT 250)

Loading…
Cancel
Save