Skip to content

Commit 7ded797

Browse files
committed
fix(e2e): update periodSeconds for sponsorship restrictions to 600 seconds
1 parent 7eee163 commit 7ded797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e/src/tickets/delegation.suite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function registerPaymentDelegationTicketSuite() {
4848
restrictions: {
4949
totalMaxPriceInWei: '1000000000000000000',
5050
requestsPerPeriod: '100',
51-
periodSeconds: '60',
51+
periodSeconds: '600',
5252
},
5353
userAddresses: [bobAccount.account.address],
5454
},

0 commit comments

Comments
 (0)