Skip to content

Commit

Permalink
increase test_imperative_auto_mixed_precision timePROPERTIES TIMEOUT (P…
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo9674 authored and AnnaTrainingG committed Sep 29, 2021
1 parent fa7605c commit 8b28c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/fluid/tests/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ if((WITH_ROCM OR WITH_GPU) AND NOT WIN32)
set_tests_properties(test_collective_sendrecv PROPERTIES TIMEOUT 120)
endif()
if(WITH_GPU OR WITH_ROCM)
set_tests_properties(test_imperative_auto_mixed_precision PROPERTIES TIMEOUT 120)
set_tests_properties(test_imperative_auto_mixed_precision PROPERTIES TIMEOUT 300)
set_tests_properties(test_parallel_dygraph_sync_batch_norm PROPERTIES TIMEOUT 120)
set_tests_properties(test_rank_attention_op PROPERTIES TIMEOUT 120)
endif()
Expand Down

0 comments on commit 8b28c37

Please sign in to comment.