Skip to content

Commit 34d4f8b

Browse files
committed
Sleep 5s
1 parent ee0c41a commit 34d4f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: SQL Server Create Database
8383
run: |
84-
sleep 10s
84+
sleep 5s
8585
8686
# Test connection
8787
sqlcmd -S 127.0.0.1 -U sa -P '!QAZ2wsx' -Q 'SELECT 1' -b

0 commit comments

Comments
 (0)