Skip to content

Commit

Permalink
retry TestLoginTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Apr 22, 2024
1 parent 79dd04a commit 9830574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ public void TestConnectViaSecureString()
}

[Test]
[Retry(2)]
public void TestLoginTimeout()
{
using (IDbConnection conn = new MockSnowflakeDbConnection())
Expand Down

0 comments on commit 9830574

Please sign in to comment.