Skip to content

Commit 3bd8c31

Browse files
authored
fix(test-suite): increase timeout for delegation revocation test (#2250)
1 parent 2b2363a commit 3bd8c31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-suite/e2e/test/delegatedUserDecryption/delegatedUserDecryption.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ describe('Delegated user decryption', function () {
202202

203203
describe('negative-acl', function () {
204204
it('should reject when delegation has been revoked', async function () {
205+
// 10min — observed ~6m37s due to two 15-block waits for delegation propagation in sepolia
206+
this.timeout(600000);
205207
// First, ensure Bob has delegation.
206208
const expirationTimestamp = Math.floor(Date.now() / 1000) + 86400;
207209
const delegateTx = await this.smartWallet

0 commit comments

Comments
 (0)