Skip to content

Commit

Permalink
Disable PoolBlockingPeriod for Ubuntu tests on AppVeyor
Browse files Browse the repository at this point in the history
For better test resiliency in case of transient connection errors.
  • Loading branch information
odinserj committed Nov 26, 2024
1 parent 6316cac commit 6cabf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

set -e;
export Hangfire_SqlServer_ConnectionStringTemplate="Server=tcp:127.0.0.1,1433;Database={0};User Id=sa;Password=Password12!;TrustServerCertificate=True";
export Hangfire_SqlServer_ConnectionStringTemplate="Server=tcp:127.0.0.1,1433;Database={0};User Id=sa;Password=Password12!;TrustServerCertificate=True;PoolBlockingPeriod=NeverBlock";

if hash dotnet 2>/dev/null;
then
Expand Down

0 comments on commit 6cabf45

Please sign in to comment.