Skip to content

Commit fedc8c5

Browse files
GarvinGarvin
authored andcommitted
extending retry time
1 parent 2deb1c3 commit fedc8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DatatablesParser.Tests/test-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dotnet restore
66
dotnet build
77
echo "Testing connections to test db servers"
88
while ! ( nc -w 1 mssql 1433 &> /dev/null && nc -w 1 mysql 3306 &> /dev/null ) ; do
9-
sleep 1;
9+
sleep 3;
1010
echo "Test db servers not ready. Trying again"
1111
done
1212
echo "Test DB Servers started"

0 commit comments

Comments
 (0)