Skip to content

Commit

Permalink
[cherry-pick] fix test_autograd_functional_dynamic random timeout (Pa…
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxly committed Apr 14, 2022
1 parent d447c67 commit 4d94eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/paddle/fluid/tests/unittests/autograd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP} ENVS ${GC_ENVS})
endforeach(TEST_OP)

set_tests_properties(test_autograd_functional_dynamic PROPERTIES TIMEOUT 100)
set_tests_properties(test_autograd_functional_static PROPERTIES TIMEOUT 100)
set_tests_properties(test_autograd_functional_dynamic PROPERTIES TIMEOUT 160)
set_tests_properties(test_autograd_functional_static PROPERTIES TIMEOUT 160)

0 comments on commit 4d94eac

Please sign in to comment.