Skip to content

Commit 8789ac1

Browse files
Bhaskar VishnuVardhan ChebroluGitHub Enterprise
authored andcommitted
reduced the expected_cmds for emulation flow
1 parent 3286d01 commit 8789ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

host_xrt/iops_test_xrt/src/host.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ int main(int argc, char* argv[]) {
5858
cmds_per_run = {10, 20};
5959
std::cout << "Number of operations is reduced for faster execution on "
6060
"emulation flow.\n";
61+
expected_cmds = 20;
6162
}
6263
auto hello = xrt::kernel(device, uuid.get(), "hello");
6364

0 commit comments

Comments
 (0)