jgauffin / Griffin.Framework

Application framework for Business Applications
http://griffinframework.net
168 stars 63 forks source link

Fix Appveyor #16

Closed campersau closed 9 years ago

campersau commented 9 years ago

This is based on #12 which is required for tests to pass on appveyor because tests which include Sockets / Streams and Threads seem work a bit different there.

I had to increase some WaitOnes in the ApplicationServices*Tests and add a try catch in OnAuthenticated for tests to pass.