Skip to content

Commit d1eb355

Browse files
committed
UCP/GDA/TEST: Increase num_iters in device tests to reproduce hang
1 parent cd9f7f8 commit d1eb355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gtest/ucp/test_ucp_device.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ class test_ucp_device_xfer : public test_ucp_device_kernel {
403403

404404
size_t get_num_iters() const
405405
{
406-
return 10;
406+
return 10000;
407407
}
408408

409409
size_t get_num_ops_multiplier() const

0 commit comments

Comments
 (0)