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.
1 parent fcccb3f commit ab137a8Copy full SHA for ab137a8
python/paddle/fluid/tests/unittests/CMakeLists.txt
@@ -1153,7 +1153,7 @@ if(WITH_DISTRIBUTE AND WITH_GPU AND WITH_NCCL)
1153
set_tests_properties(test_auto_parallel_save_load PROPERTIES TIMEOUT 120)
1154
set_tests_properties(test_auto_parallel_autoconvert PROPERTIES TIMEOUT 120)
1155
set_tests_properties(test_collective_process_group PROPERTIES TIMEOUT 120)
1156
- set_tests_properties(test_eager_dist_api PROPERTIES TIMEOUT 300)
+ set_tests_properties(test_eager_dist_api PROPERTIES TIMEOUT 100)
1157
1158
if(${NCCL_VERSION} VERSION_GREATER_EQUAL 2212)
1159
set_tests_properties(test_parallel_dygraph_sparse_embedding PROPERTIES TIMEOUT 200)
0 commit comments