Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug where timeout wasn't getting set for GPU harvesting (#389)
The context timeout was being set after the function was already returning for GPU harvesting. GPU harvesting was short-circuiting and returning before this was being set Make sure to configure the timeout earlier
- Loading branch information