From 6194c6961a0f9a6f064e5835fe4ffae8b8df9a14 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Mon, 11 Nov 2019 17:46:16 +0100 Subject: [PATCH] Tweak PoC to pass current test suite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- poc/Makefile | 2 +- spec/test/features/steps/steps.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poc/Makefile b/poc/Makefile index b7a9a04..5853f17 100644 --- a/poc/Makefile +++ b/poc/Makefile @@ -6,4 +6,4 @@ sync: pipenv sync --dev test: sync - pipenv run make -C ../spec/test + KAPOW_DATAAPI_URL=http://localhost:8081 pipenv run make -C ../spec/test diff --git a/spec/test/features/steps/steps.py b/spec/test/features/steps/steps.py index f280e0f..6e04527 100644 --- a/spec/test/features/steps/steps.py +++ b/spec/test/features/steps/steps.py @@ -52,7 +52,7 @@ class Env(EnvironConfig): #: Where the User Interface is KAPOW_USER_URL = StringVar(default="http://localhost:8080") - KAPOW_BOOT_TIMEOUT = IntVar(default=10) + KAPOW_BOOT_TIMEOUT = IntVar(default=1000) KAPOW_DEBUG_TESTS = BooleanVar(default=False)