From e98f93557b906a085d6a4d94a67f2b972a0977c3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 4 Dec 2023 22:03:45 +0100 Subject: [PATCH] increase timeout to 15s --- src/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conftest.py b/src/conftest.py index ddc5122..65adc62 100644 --- a/src/conftest.py +++ b/src/conftest.py @@ -19,7 +19,7 @@ from src.utils import BaseUrl # global timeout and LOCALE LOCALE = {"Accept-Language": "de_DE"} -TIMEOUT = 7_000 +TIMEOUT = 15_000 expect.set_options(timeout=TIMEOUT)