From 4a535a98d91576430db7b2e035d1578dcc2aeae4 Mon Sep 17 00:00:00 2001 From: Kit Loong Date: Sun, 26 Sep 2021 23:52:16 +0800 Subject: [PATCH] 10s --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b147b511..43afe96b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,7 +85,7 @@ jobs: - name: SQL Server Create Database run: | - sleep 5s + sleep 10s # Test connection sqlcmd -S 127.0.0.1 -U sa -P '!QAZ2wsx' -Q 'SELECT 1' -b