Skip to content

Commit

Permalink
set test timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaishaonvjituizi committed Jun 7, 2022
1 parent 250998c commit 6a3647c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/fluid/tests/unittests/CMakeLists.txt
Expand Up @@ -684,6 +684,7 @@ endif()
foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
endforeach(TEST_OP)
set_tests_properties(test_logcumsumexp_op PROPERTIES TIMEOUT 30)
py_test_modules(test_adam_op_multi_thread MODULES test_adam_op ENVS
FLAGS_inner_op_parallelism=4)
if(WITH_GPU
Expand Down

0 comments on commit 6a3647c

Please sign in to comment.