Skip to content

Commit 2c85308

Browse files
committed
Lower the expiration time for handles for relay chain tests
1 parent c02f969 commit 2c85308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/handles/handles.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { hasRelayChain } from '../scaffolding/env';
1111
import { getFundingSource } from '../scaffolding/funding';
1212

1313
const fundingSource = getFundingSource('handles');
14-
const expirationOffset = hasRelayChain() ? 10 : 100;
14+
const expirationOffset = hasRelayChain() ? 4 : 100;
1515

1616
describe('🤝 Handles', function () {
1717
describe('Claim and Retire', function () {

0 commit comments

Comments
 (0)