Skip to content

Commit

Permalink
change test case time
Browse files Browse the repository at this point in the history
  • Loading branch information
cyber-pioneer committed Mar 30, 2023
1 parent 4527e26 commit 8d87a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prim/model/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP} ENVS ${GC_ENVS})
endforeach()

set_tests_properties(test_resnet_prim_cinn PROPERTIES TIMEOUT 800)
set_tests_properties(test_resnet_prim_cinn PROPERTIES TIMEOUT 850)
set_tests_properties(test_bert_prim_cinn PROPERTIES TIMEOUT 500)

if(WITH_CINN)
Expand Down

0 comments on commit 8d87a1e

Please sign in to comment.