return cmp;
};
TestCancelFromTheOtherThread<ICtapMessageProcessor>(
- 100, 40, makeCMP, [](ICtapMessageProcessor &cmp) {
+ 100, 30, makeCMP, [](ICtapMessageProcessor &cmp) {
WithDefaultMCArgs([&](const auto &clientData, const auto &options) {
cmp.MakeCredential(clientData, options);
});
return cmp;
};
TestCancelFromTheOtherThread<ICtapMessageProcessor>(
- 100, 40, makeCMP, [](ICtapMessageProcessor &cmp) {
+ 100, 30, makeCMP, [](ICtapMessageProcessor &cmp) {
WithDefaultMCArgs([&](const auto &clientData, const auto &options) {
cmp.MakeCredential(clientData, options);
});
return cmp;
};
TestCancelFromTheOtherThread<ICtapMessageProcessor>(
- 100, 40, makeCMP, [](ICtapMessageProcessor &cmp) {
+ 100, 30, makeCMP, [](ICtapMessageProcessor &cmp) {
WithDefaultGAArgs([&](const auto &clientData,
const auto &options) { cmp.GetAssertion(clientData, options); },
BUFFER_VIEW(IPHONE_EXAMPLE_GET_ASSERTION_RAW_RESPONSE_CREDENTIAL_ID));
return cmp;
};
TestCancelFromTheOtherThread<ICtapMessageProcessor>(
- 100, 40, makeCMP, [](ICtapMessageProcessor &cmp) {
+ 100, 30, makeCMP, [](ICtapMessageProcessor &cmp) {
WithDefaultGAArgs(
[&](const auto &clientData, const auto &options) {
cmp.GetAssertion(clientData, options);