diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index b6e9cd56..d3f14b46 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -176,7 +176,7 @@ jobs:
- name: Run Statping
run: |
API_SECRET=demosecret123 statping --port=8585 > /dev/null &
- sleep 3
+ sleep 5
- name: Postman SQLite Tests
uses: matt-ball/newman-action@master
@@ -184,8 +184,8 @@ jobs:
apiKey: ${{ secrets.POSTMAN_API }}
collection: ./dev/postman.json
environment: ./dev/postman_env_sqlite.json
- timeoutRequest: 15000
- delayRequest: 500
+ timeoutRequest: 30000
+ delayRequest: 600
test-postman-mysql:
needs: compile
@@ -231,7 +231,7 @@ jobs:
- name: Run Statping
run: |
API_SECRET=demosecret123 statping --port=8585 > /dev/null &
- sleep 3
+ sleep 5
- name: Postman MySQL Tests
uses: matt-ball/newman-action@master
@@ -239,8 +239,8 @@ jobs:
apiKey: ${{ secrets.POSTMAN_API }}
collection: ./dev/postman.json
environment: ./dev/postman_env_mysql.json
- timeoutRequest: 15000
- delayRequest: 500
+ timeoutRequest: 30000
+ delayRequest: 600
test-postman-postgres:
needs: compile
@@ -287,7 +287,7 @@ jobs:
- name: Run Statping
run: |
API_SECRET=demosecret123 statping --port=8585 > /dev/null &
- sleep 3
+ sleep 5
- name: Postman Postgres Tests
uses: matt-ball/newman-action@master
@@ -295,8 +295,8 @@ jobs:
apiKey: ${{ secrets.POSTMAN_API }}
collection: ./dev/postman.json
environment: ./dev/postman_env_postgres.json
- timeoutRequest: 15000
- delayRequest: 500
+ timeoutRequest: 30000
+ delayRequest: 600
build-binaries:
needs: compile
diff --git a/frontend/public/base.gohtml b/frontend/public/base.gohtml
index 54bbc7a6..62c4d230 100644
--- a/frontend/public/base.gohtml
+++ b/frontend/public/base.gohtml
@@ -27,7 +27,8 @@
-
+
+