mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
refactor: reduce TBX download timeout for unit tests
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
eec841b662
commit
dd8460beba
@@ -111,6 +111,11 @@ struct MockTbxCsrRegisterDownloadedAllocations : TbxCommandStreamReceiverHw<GfxF
|
||||
obtainUniqueOwnershipCalled++;
|
||||
return TbxCommandStreamReceiverHw<GfxFamily>::obtainUniqueOwnership();
|
||||
}
|
||||
|
||||
uint64_t getNonBlockingDownloadTimeoutMs() const override {
|
||||
return 1;
|
||||
}
|
||||
|
||||
std::set<GraphicsAllocation *> downloadedAllocations;
|
||||
bool flushBatchedSubmissionsCalled = false;
|
||||
bool flushTagCalled = false;
|
||||
|
||||
Reference in New Issue
Block a user