[PR #682] [MERGED] fix: increase e2e test timeout #1117

Closed
opened 2026-02-26 19:31:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/682
Author: @pablopaul
Created: 11/24/2023
Status: Merged
Merged: 12/5/2023
Merged by: @Mythie

Base: mainHead: patch-1


📝 Commits (10+)

📊 Changes

7 files changed (+25 additions, -21 deletions)

View changed files

📝 .github/workflows/e2e-tests.yml (+11 -17)
📝 apps/web/package.json (+1 -0)
📝 package-lock.json (+2 -2)
📝 packages/app-tests/package.json (+1 -1)
📝 packages/app-tests/playwright.config.ts (+4 -0)
packages/prisma/migrations/20231205000309_add_cascade_delete_for_verification_tokens/migration.sql (+5 -0)
📝 packages/prisma/schema.prisma (+1 -1)

📄 Description

Double e2e test timeout to fix flakiness


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/682 **Author:** [@pablopaul](https://github.com/pablopaul) **Created:** 11/24/2023 **Status:** ✅ Merged **Merged:** 12/5/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`4f8d780`](https://github.com/documenso/documenso/commit/4f8d780206171edad0c91d8c21acd63846e1c00d) Increase e2e test timeout - [`964a003`](https://github.com/documenso/documenso/commit/964a00351495d70f9226f6bc07a86ec671da1433) Update playwright.config.ts - [`559476d`](https://github.com/documenso/documenso/commit/559476d811dfd69e00c879e3800977c827a38051) Update e2e-tests.yml - [`6d7d41b`](https://github.com/documenso/documenso/commit/6d7d41b3c5732287a97ecc352acfc8ab024736f0) Update e2e-tests.yml - [`d497322`](https://github.com/documenso/documenso/commit/d497322bd1326faa46416944a07b8379bd62e7eb) Merge branch 'main' into patch-1 - [`121d443`](https://github.com/documenso/documenso/commit/121d4435af8324878c76f77c52502caa9255c30d) fix: e2e tests - [`8116af6`](https://github.com/documenso/documenso/commit/8116af601b4f081380b37329dfd2e5800ee0625d) chore: update e2e ci - [`bac2697`](https://github.com/documenso/documenso/commit/bac2697c676cc7c7fa615bc429f4ef8b8ef98e91) chore: ci debugging - [`e1c1ac3`](https://github.com/documenso/documenso/commit/e1c1ac359c4bb09af2106c310981851de456386b) chore: update ci - [`cd3304d`](https://github.com/documenso/documenso/commit/cd3304d6e515bf369e93cac22138116df9fa74d0) chore: remove log ### 📊 Changes **7 files changed** (+25 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/e2e-tests.yml` (+11 -17) 📝 `apps/web/package.json` (+1 -0) 📝 `package-lock.json` (+2 -2) 📝 `packages/app-tests/package.json` (+1 -1) 📝 `packages/app-tests/playwright.config.ts` (+4 -0) ➕ `packages/prisma/migrations/20231205000309_add_cascade_delete_for_verification_tokens/migration.sql` (+5 -0) 📝 `packages/prisma/schema.prisma` (+1 -1) </details> ### 📄 Description Double e2e test timeout to fix flakiness --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1117
No description provided.