Skip to content

Commit fcc4a6f

Browse files
committed
Increase test timeout
1 parent d8f7d6e commit fcc4a6f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

wallets/phantom/test/playwright/e2e/renameAccount.spec.ts

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const test = testWithSynpress(phantomFixtures(basicSetup))
88
const { expect } = test
99

1010
test('should rename current account with specified name', async ({ context, phantomPage }) => {
11+
test.setTimeout(80_000)
12+
1113
const phantom = new Phantom(context, phantomPage, basicSetup.walletPassword)
1214

1315
const accountName = 'Test Account'

wallets/phantom/test/playwright/e2e/resetApp.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { expect } = test
99

1010
// SKIPPING - Failing on CI becaue of After Hooks - No context
1111
test.skip('reset the app', async ({ context, phantomPage }) => {
12-
test.setTimeout(40_000)
12+
test.setTimeout(80_000)
1313

1414
const phantom = new Phantom(context, phantomPage, basicSetup.walletPassword)
1515

0 commit comments

Comments
 (0)