Skip to content

Commit

Permalink
update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Jan 18, 2024
1 parent 81f0457 commit 59129ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dygraph_to_static/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ if(WITH_GPU)
set_tests_properties(test_train_step_resnet18_sgd PROPERTIES TIMEOUT 240)
set_tests_properties(test_train_step_resnet18_adam PROPERTIES TIMEOUT 240)
set_tests_properties(test_bert PROPERTIES TIMEOUT 240)
set_tests_properties(test_transformer PROPERTIES TIMEOUT 240)
set_tests_properties(test_transformer PROPERTIES TIMEOUT 420)
set_tests_properties(test_mobile_net PROPERTIES TIMEOUT 240)
set_tests_properties(test_seq2seq PROPERTIES TIMEOUT 240)
set_tests_properties(test_seq2seq PROPERTIES TIMEOUT 420)
endif()

# Legacy IR only tests for dygraph_to_static
Expand Down

0 comments on commit 59129ea

Please sign in to comment.