Skip to content

Commit 56e2e0f

Browse files
committed
Increase load test and expiration time for session sigs
1 parent 61fe370 commit 56e2e0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/src/init.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ export const init = async (
224224
['lit-action-execution', '*'],
225225
['access-control-condition-decryption', '*'],
226226
],
227-
expiration: new Date(Date.now() + 1000 * 60 * 15).toISOString(),
227+
// 30m expiration
228+
expiration: new Date(Date.now() + 1000 * 60 * 30).toISOString(),
228229
},
229230
litClient: litClient,
230231
});

0 commit comments

Comments
 (0)