Skip to content

Commit

Permalink
Add test_yolov3 and test_se_resnet Timeout (PaddlePaddle#25076)
Browse files Browse the repository at this point in the history
Some big models can timeout on Windows CPU machine. I added some timeout properties.
  • Loading branch information
zhhsplendid authored Jun 16, 2020
1 parent a73a4a8 commit 21138c0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
endforeach(TEST_OP)

set_tests_properties(test_se_resnet PROPERTIES TIMEOUT 900)
set_tests_properties(test_tsm PROPERTIES TIMEOUT 900)
set_tests_properties(test_yolov3 PROPERTIES TIMEOUT 900)

0 comments on commit 21138c0

Please sign in to comment.