Skip to content

Commit 8a992ed

Browse files
committed
Update test to match new InMem SQL retury interval.
1 parent 2622482 commit 8a992ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Microsoft.AspNet.SessionState.SqlSessionStateProviderAsync.Test/SqlSessionStateAsyncProviderTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class SqlSessionStateAsyncProviderTest
3636
private const int DefaultSqlCommandTimeout = 30;
3737
private const int DefaultRetryInterval = 1000;
3838
private const int DefaultRetryNum = 10;
39-
private const int DefaultInMemoryTableRetryInterval = 1;
39+
private const int DefaultInMemoryTableRetryInterval = 200;
4040

4141
public SqlSessionStateAsyncProviderTest()
4242
{

0 commit comments

Comments
 (0)