File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
python/paddle/fluid/tests/unittests Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -621,11 +621,14 @@ endif()
621621if (WITH_DISTRIBUTE)
622622 set_tests_properties (test_communicator_half_async PROPERTIES TIMEOUT 120)
623623endif ()
624+
624625if (WITH_DISTRIBUTE AND NOT APPLE )
626+ if (WITH_GPU)
627+ set_tests_properties (test_c_comm_init_op PROPERTIES TIMEOUT 120)
628+ set_tests_properties (test_fleet_checkpoint PROPERTIES TIMEOUT 120)
629+ set_tests_properties (test_launch PROPERTIES TIMEOUT 120)
630+ endif ()
625631 set_tests_properties (test_fleet_launch PROPERTIES TIMEOUT 120)
626- set_tests_properties (test_c_comm_init_op PROPERTIES TIMEOUT 120)
627- set_tests_properties (test_fleet_checkpoint PROPERTIES TIMEOUT 120)
628- set_tests_properties (test_launch PROPERTIES TIMEOUT 120)
629632endif ()
630633
631634# setting timeout value as 15S
You can’t perform that action at this time.
0 commit comments