Skip to content

Commit bf91189

Browse files
committed
fix test_fused_elemwise_activation_op time out error
1 parent cf9a4bd commit bf91189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/tests/unittests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ set_tests_properties(test_dygraph_multi_forward PROPERTIES TIMEOUT 120)
845845
set_tests_properties(test_norm_op PROPERTIES TIMEOUT 120)
846846
set_tests_properties(test_imperative_ocr_attention_model PROPERTIES TIMEOUT 120)
847847
set_tests_properties(test_imperative_mnist PROPERTIES TIMEOUT 120)
848-
set_tests_properties(test_fused_elemwise_activation_op PROPERTIES TIMEOUT 150)
848+
set_tests_properties(test_fused_elemwise_activation_op PROPERTIES TIMEOUT 270)
849849
set_tests_properties(test_gru_op PROPERTIES TIMEOUT 200)
850850
set_tests_properties(test_layer_norm_op PROPERTIES TIMEOUT 150)
851851
set_tests_properties(test_pool3d_op PROPERTIES TIMEOUT 150)

0 commit comments

Comments
 (0)