Skip to content

Commit

Permalink
fix for ut test_inplace_addto_strategy timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
XieYunshen committed Nov 8, 2020
1 parent 7eab4a0 commit fd18a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/fluid/tests/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -610,3 +610,4 @@ if(NOT WIN32 AND NOT APPLE)
set_tests_properties(test_pool3d_op PROPERTIES TIMEOUT 150)
set_tests_properties(test_regularizer PROPERTIES TIMEOUT 150)
endif()
set_tests_properties(test_inplace_addto_strategy PROPERTIES TIMEOUT 120)

1 comment on commit fd18a92

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.