Tweak PoC to pass current test suite

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2019-11-11 17:46:16 +01:00
parent e4606ab84a
commit 6194c6961a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)