File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Common/test/Certificates.Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ public async Task CertificateOptionsUpdateOnFileContentChange(string certificate
136136
137137 if ( TestContext . Current . IsRunningOnBuildServer ( ) )
138138 {
139- await Task . Delay ( 1 . Seconds ( ) , TestContext . Current . CancellationToken ) ;
139+ await Task . Delay ( 2 . Seconds ( ) , TestContext . Current . CancellationToken ) ;
140140 }
141141
142142 var configurationBuilder = new ConfigurationBuilder ( ) ;
@@ -181,7 +181,7 @@ public async Task CertificateOptionsUpdateOnFileLocationChange(string certificat
181181
182182 if ( TestContext . Current . IsRunningOnBuildServer ( ) )
183183 {
184- await Task . Delay ( 1 . Seconds ( ) , TestContext . Current . CancellationToken ) ;
184+ await Task . Delay ( 2 . Seconds ( ) , TestContext . Current . CancellationToken ) ;
185185 }
186186
187187 var configurationBuilder = new ConfigurationBuilder ( ) ;
You can’t perform that action at this time.
0 commit comments