Skip to content

Commit

Permalink
Increase timeout to 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanand01 committed Jun 26, 2024
1 parent 0b3a7c8 commit 4e0cc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-test-utils/src/publishPost.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function publishPost() {
document.querySelector(
'.editor-post-publish-button[aria-disabled="true"]'
).textContent === 'Update',
{ timeout: 5000 }
{ timeout: 10000 }
);

// The first time around the selector might return undefined.
Expand Down

0 comments on commit 4e0cc62

Please sign in to comment.