Skip to content

Commit

Permalink
test(e2e): add timeout before transfer tests in PhantomSolanaConnector
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Nov 21, 2024
1 parent 67faf32 commit f263c4a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ test.describe('PhantomSolanaConnector', () => {
throw new Error('Address is null');
}

// await transferTests(page, { connect, approveTransfer, keepSession: true });
// wait 40 seconds
// await page.waitForTimeout(40000);
await transferTests(page, { connect, approveTransfer, keepSession: true });

// await incrementTests(page, { connect, approveTransfer });
});
Expand Down

0 comments on commit f263c4a

Please sign in to comment.