There was an error while loading. Please reload this page.
1 parent cf9df58 commit 5f98f05Copy full SHA for 5f98f05
python/paddle/fluid/tests/unittests/autograd/CMakeLists.txt
@@ -6,6 +6,6 @@ foreach(TEST_OP ${TEST_OPS})
6
py_test_modules(${TEST_OP} MODULES ${TEST_OP} ENVS ${GC_ENVS})
7
endforeach(TEST_OP)
8
9
-set_tests_properties(test_jacobian PROPERTIES TIMEOUT 20)
+set_tests_properties(test_jacobian PROPERTIES TIMEOUT 50)
10
set_tests_properties(test_hessian PROPERTIES TIMEOUT 50)
11
set_tests_properties(test_vhp PROPERTIES TIMEOUT 50)
0 commit comments