Skip to content

Commit ab4351f

Browse files
authored
Merge pull request #14165 from panyx0718/fix4
increase test timeout coverage.
2 parents eb7ed1b + b2ab293 commit ab4351f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/paddle/fluid/tests/unittests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function(py_test_modules TARGET_NAME)
5555
if (py_test_modules_SERIAL)
5656
set_property(TEST ${TARGET_NAME} PROPERTY RUN_SERIAL 1)
5757
endif()
58+
set_tests_properties(${TARGET_NAME} PROPERTIES TIMEOUT 600)
5859
endif()
5960
endfunction()
6061
list(REMOVE_ITEM TEST_OPS test_warpctc_op)

0 commit comments

Comments
 (0)