We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fe370 commit 56e2e0fCopy full SHA for 56e2e0f
e2e/src/init.ts
@@ -224,7 +224,8 @@ export const init = async (
224
['lit-action-execution', '*'],
225
['access-control-condition-decryption', '*'],
226
],
227
- expiration: new Date(Date.now() + 1000 * 60 * 15).toISOString(),
+ // 30m expiration
228
+ expiration: new Date(Date.now() + 1000 * 60 * 30).toISOString(),
229
},
230
litClient: litClient,
231
});
0 commit comments