Skip to content

Commit

Permalink
fix: increase group duration for connection flow test
Browse files Browse the repository at this point in the history
Signed-off-by: David Poltorak <[email protected]>
  • Loading branch information
davepoltorak committed Oct 20, 2023
1 parent beac249 commit 2086b28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const localOptions: Options = {
"avg < 15000",
],
"group_duration{group:::Issuer finalizes connection with Holder}": [
"avg < 15000",
"avg < 30000",
],
"group_duration{group:::Holder finalizes connection with Issuer}": [
"avg < 15000",
Expand Down

0 comments on commit 2086b28

Please sign in to comment.