Skip to content

Commit

Permalink
Reset the TIMEOUT properties of test_jacobian to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
veyron95 committed Nov 26, 2021
1 parent cf9df58 commit 5f98f05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP} ENVS ${GC_ENVS})
endforeach(TEST_OP)

set_tests_properties(test_jacobian PROPERTIES TIMEOUT 20)
set_tests_properties(test_jacobian PROPERTIES TIMEOUT 50)
set_tests_properties(test_hessian PROPERTIES TIMEOUT 50)
set_tests_properties(test_vhp PROPERTIES TIMEOUT 50)

0 comments on commit 5f98f05

Please sign in to comment.