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)