This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new aeb0426 Too soon
aeb0426 is described below
commit aeb042680dc578a131adc570c6189e6de46d9ab8
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 26 12:14:27 2022 +0000
Too soon
---
.github/workflows/integration-tests.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/integration-tests.yml
b/.github/workflows/integration-tests.yml
index cb81b2b..c2faa6e 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -61,7 +61,8 @@ jobs:
- name: Server
run: |
cd server
- python main.py --apilog INFO --logger DEBUG --stoppable --refreshable
> main.log &
+ python main.py --apilog INFO --logger DEBUG --stoppable --refreshable
> main.log 2>&1 &
+ sleep 5 # allow time to start up properly
- name: preferences1
run: |
curl -sq http://localhost:8080/api/preferences.lua