From 604a6d7d4dd7d42162c223d2cf1438a98c32b02a Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 30 Oct 2019 17:38:13 +0100 Subject: [PATCH] spec: add entry on KAPOW_BOOT_TIMEOUT env var --- spec/test/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/test/README.rst b/spec/test/README.rst index 151b4a8..8fceb75 100644 --- a/spec/test/README.rst +++ b/spec/test/README.rst @@ -56,6 +56,7 @@ Environment customization You can customize some of the test behavior with the following environment variables: +* ``KAPOW_BOOT_TIMEOUT``: Timeout in ms for the server to be ready * ``KAPOW_SERVER_CMD``: The full command line to start a non-interactive listening kapow server. By default: ``kapow server`` * ``KAPOW_CONTROLAPI_URL``: URL of the Control API. By default: ``http://localhost:8081``