We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb7ed1b + b2ab293 commit ab4351fCopy full SHA for ab4351f
python/paddle/fluid/tests/unittests/CMakeLists.txt
@@ -55,6 +55,7 @@ function(py_test_modules TARGET_NAME)
55
if (py_test_modules_SERIAL)
56
set_property(TEST ${TARGET_NAME} PROPERTY RUN_SERIAL 1)
57
endif()
58
+ set_tests_properties(${TARGET_NAME} PROPERTIES TIMEOUT 600)
59
60
endfunction()
61
list(REMOVE_ITEM TEST_OPS test_warpctc_op)
0 commit comments