Skip to content

Commit 5f98f05

Browse files
committed
Reset the TIMEOUT properties of test_jacobian to pass CI
1 parent cf9df58 commit 5f98f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/tests/unittests/autograd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ foreach(TEST_OP ${TEST_OPS})
66
py_test_modules(${TEST_OP} MODULES ${TEST_OP} ENVS ${GC_ENVS})
77
endforeach(TEST_OP)
88

9-
set_tests_properties(test_jacobian PROPERTIES TIMEOUT 20)
9+
set_tests_properties(test_jacobian PROPERTIES TIMEOUT 50)
1010
set_tests_properties(test_hessian PROPERTIES TIMEOUT 50)
1111
set_tests_properties(test_vhp PROPERTIES TIMEOUT 50)

0 commit comments

Comments
 (0)