Skip to content

Commit e51ea53

Browse files
authored
fix timeout for test_activation_ops_ipu (#45181)
1 parent aa96f70 commit e51ea53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if(WITH_IPU)
1414
set_tests_properties(test_elemetwise_x_op_ipu PROPERTIES TIMEOUT 300)
1515
set_tests_properties(test_reduce_x_op_ipu PROPERTIES TIMEOUT 600)
1616
set_tests_properties(test_save_load_ipu PROPERTIES TIMEOUT 600)
17+
set_tests_properties(test_activation_ops_ipu PROPERTIES TIMEOUT 600)
1718

1819
add_subdirectory(custom_ops)
1920

0 commit comments

Comments
 (0)