Skip to content

Commit

Permalink
Start SQL Server using a synchronous command to avoid intermittent lo…
Browse files Browse the repository at this point in the history
…gin failures

See doctrine#2617 (comment).
  • Loading branch information
morozov committed Mar 27, 2018
1 parent 1693731 commit b0591db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ before_test:
- ps: >-
if ($env:db -eq "mssql") {
$instanceName = $env:db_version.ToUpper()
Start-Service "MSSQL`$$instanceName"
net start "MSSQL`$$instanceName"
}
test_script:
Expand Down

0 comments on commit b0591db

Please sign in to comment.