Tweak PoC to pass current test suite
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user