Skip to content

Commit 635306d

Browse files
authored
fix test_fused_elemwise_activation_op time out error (#33271)
1 parent 09eb82c commit 635306d

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
@@ -849,7 +849,7 @@ set_tests_properties(test_dygraph_multi_forward PROPERTIES TIMEOUT 120)
849849
set_tests_properties(test_norm_op PROPERTIES TIMEOUT 120)
850850
set_tests_properties(test_imperative_ocr_attention_model PROPERTIES TIMEOUT 120)
851851
set_tests_properties(test_imperative_mnist PROPERTIES TIMEOUT 120)
852-
set_tests_properties(test_fused_elemwise_activation_op PROPERTIES TIMEOUT 150)
852+
set_tests_properties(test_fused_elemwise_activation_op PROPERTIES TIMEOUT 270)
853853
set_tests_properties(test_gru_op PROPERTIES TIMEOUT 200)
854854
set_tests_properties(test_layer_norm_op PROPERTIES TIMEOUT 150)
855855
set_tests_properties(test_pool3d_op PROPERTIES TIMEOUT 150)

0 commit comments

Comments
 (0)