Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Feb 11, 2025
1 parent 82ed89b commit e38b405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/credential-sdk/src/modules/tests/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
export const testIf =
(filter) =>
(...args) =>
filter(...args) ? test(...args) : test.skip(...args);
filter(...args) ? test(...args, 6e4) : test.skip(...args);
/* eslint-enable */

0 comments on commit e38b405

Please sign in to comment.