From 17d20a5fd24999aab86fde8db31c63f50f5e0f71 Mon Sep 17 00:00:00 2001
From: kekskurse <git@ekskurse.de>
Date: Mon, 17 Mar 2025 17:30:38 +0100
Subject: [PATCH] chore: ci

---
 .woodpecker/playwright.yaml        | 2 ++
 playwright/playwright.config.js.ci | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.woodpecker/playwright.yaml b/.woodpecker/playwright.yaml
index 871ab81..1a1cc90 100644
--- a/.woodpecker/playwright.yaml
+++ b/.woodpecker/playwright.yaml
@@ -27,3 +27,5 @@ steps:
     image: alpine:latest
     commands:
       - ls -lah
+    when:
+      - status: [ success, failure ]
diff --git a/playwright/playwright.config.js.ci b/playwright/playwright.config.js.ci
index 904c166..4cb04d2 100644
--- a/playwright/playwright.config.js.ci
+++ b/playwright/playwright.config.js.ci
@@ -14,7 +14,7 @@ import { defineConfig, devices } from '@playwright/test';
  */
 export default defineConfig({
   expect: {
-    timeout: 15_000
+    timeout: 2_000
     },
   testDir: './tests',
   /* Run tests in files in parallel */