Skip to content

Commit

Permalink
[SOT] Increase ref timeout for unittest test_sot_resnet50_backward (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo authored Nov 10, 2023
1 parent 1dc0042 commit 1c2483e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP} ENVS ${SOT_ENVS})
endforeach()

if(WIN32 AND NOT WITH_GPU)
if(WIN32)
set_tests_properties(test_sot_resnet50_backward PROPERTIES TIMEOUT 420)
endif()

0 comments on commit 1c2483e

Please sign in to comment.