File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -341,11 +341,11 @@ public async Task TestDiscovery3()
341341 expected = mockDevices . Select ( m => m . UID ) . ToList ( ) ;
342342 await AssertDiscovery ( ) ;
343343 }
344- [ Test , Retry ( 3 ) , CancelAfter ( 100000 ) ]
344+ [ Test , Retry ( 3 ) , CancelAfter ( 180000 ) , RequiresThread ]
345345 public async Task TestDiscovery4 ( )
346346 {
347347 HashSet < uint > ids = new HashSet < uint > ( ) ;
348- for ( int i = 0 ; i < 50 ; i ++ )
348+ for ( int i = 0 ; i < 20 ; i ++ )
349349 {
350350 uint id = 0 ;
351351 do
@@ -360,12 +360,12 @@ public async Task TestDiscovery4()
360360 expected = mockDevices . Select ( m => m . UID ) . ToList ( ) ;
361361 await AssertDiscovery ( ) ;
362362 }
363- [ Test , Retry ( 3 ) , CancelAfter ( 100000 ) ]
363+ [ Test , Retry ( 3 ) , CancelAfter ( 180000 ) , RequiresThread ]
364364 public async Task TestDiscovery5TotalyRandom ( )
365365 {
366366 HashSet < uint > ids = new HashSet < uint > ( ) ;
367367 HashSet < ushort > idsMan = new HashSet < ushort > ( ) ;
368- for ( int i = 0 ; i < 30 ; i ++ )
368+ for ( int i = 0 ; i < 10 ; i ++ )
369369 {
370370 uint id = 0 ;
371371 ushort idMan = 0 ;
You can’t perform that action at this time.
0 commit comments