Skip to content

Commit

Permalink
rm test_callback from timeout list
Browse files Browse the repository at this point in the history
  • Loading branch information
LielinJiang committed Dec 25, 2020
1 parent f22ac8a commit 928fa76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/paddle/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ set_tests_properties(test_dataset_wmt PROPERTIES TIMEOUT 120)
set_tests_properties(test_vision_models PROPERTIES TIMEOUT 120)
set_tests_properties(test_dataset_uci_housing PROPERTIES TIMEOUT 120)
set_tests_properties(test_dataset_imdb PROPERTIES TIMEOUT 150)
set_tests_properties(test_callbacks PROPERTIES TIMEOUT 120)
set_tests_properties(test_pretrained_model PROPERTIES TIMEOUT 600)
1 change: 0 additions & 1 deletion tools/windows/run_unittests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ diable_wingpu_test="^test_analysis_predictor$|\
^test_weight_decay$|\
^test_conv2d_int8_mkldnn_op$|\
^test_crypto$|\
^test_callbacks$|\
^test_program_prune_backward$|\
^test_imperative_ocr_attention_model$|\
^test_sentiment$|\
Expand Down

1 comment on commit 928fa76

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.