File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ public async Task CommandTimeoutWithSleepAsync()
106
106
{
107
107
sw . Stop ( ) ;
108
108
Assert . Contains ( c_timeoutMessage , ex . Message , StringComparison . OrdinalIgnoreCase ) ;
109
- TestUtilities . AssertDuration ( sw , cmd . CommandTimeout * 1000 - 100 , 500 ) ;
109
+ TestUtilities . AssertDuration ( sw , cmd . CommandTimeout * 1000 - 100 , 700 ) ;
110
110
}
111
111
}
112
112
@@ -185,7 +185,7 @@ public async Task MultipleCommandTimeoutWithSleepAsync()
185
185
sw . Stop ( ) ;
186
186
Assert . True ( readFirstResultSet ) ;
187
187
Assert . Contains ( "timeout" , ex . Message , StringComparison . OrdinalIgnoreCase ) ;
188
- TestUtilities . AssertDuration ( sw , cmd . CommandTimeout * 1000 - 100 , 500 ) ;
188
+ TestUtilities . AssertDuration ( sw , cmd . CommandTimeout * 1000 - 100 , 550 ) ;
189
189
}
190
190
}
191
191
You can’t perform that action at this time.
0 commit comments