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 ba7d0d3  Allow time to refresh
ba7d0d3 is described below

commit ba7d0d3d591a4376377e68e3bfd6a89795d55c92
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 26 13:31:27 2022 +0000

    Allow time to refresh
---
 .github/workflows/integration-tests.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/integration-tests.yml 
b/.github/workflows/integration-tests.yml
index 3eab54d..b82b37b 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -78,6 +78,7 @@ jobs:
       if: always()
       run: |
         curl -sq http://localhost:8080/api/refresh
+        sleep 2 # can it take this long?
     - name: preferences3
       if: always()
       run: |

Reply via email to