Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into host-credential-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
angiejones authored Jul 2, 2024
2 parents dec6ca7 + 7b65431 commit f005a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const checkHeading = async (page) => {
};

const checkCopyDIDButton = async (page) => {
await expect(page.locator('#copy-did-button')).toBeVisible({ timeout: 20000 });
await expect(page.locator('#copy-did-button')).toBeVisible({ timeout: 40000 });
};

test.describe('Next.js app renders - Dinger Chat', () => {
Expand Down
2 changes: 1 addition & 1 deletion examples/util/default-playwright-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { devices } = require('playwright/test');

module.exports = {
timeout: 20000,
timeout: 40000,
use: {
browserName: 'chromium',
headless: true,
Expand Down

0 comments on commit f005a8b

Please sign in to comment.