minor update

This commit is contained in:
Blaise Tine
2021-11-14 09:06:13 -05:00
parent 27a65fdee7
commit 1501360f4b
2 changed files with 21 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ int run_test(const kernel_arg_t& kernel_arg,
// wait for completion
std::cout << "wait for completion" << std::endl;
RT_CHECK(vx_ready_wait(device, -1));
RT_CHECK(vx_ready_wait(device, MAX_TIMEOUT));
// download destination buffer
std::cout << "download destination buffer" << std::endl;