File tree Expand file tree Collapse file tree
Tests/MathCore.Tests/Threading Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public async Task MultipleAccessTest()
4141 {
4242 start_action . WaitOne ( ) ;
4343
44- await Task . Delay ( 100 , TestContext . CancellationToken ) . ConfigureAwait ( false ) ;
44+ await Task . Delay ( 500 , TestContext . CancellationToken ) . ConfigureAwait ( false ) ;
4545
4646 await resource_lock . LockAsync ( resource_name , TestContext . CancellationToken ) ;
4747
@@ -65,13 +65,13 @@ public async Task MultipleAccessTest()
6565
6666 await resource_lock . LockAsync ( resource_name , TestContext . CancellationToken ) ;
6767
68- await Task . Delay ( 75 , TestContext . CancellationToken ) . ConfigureAwait ( false ) ;
68+ await Task . Delay ( 300 , TestContext . CancellationToken ) . ConfigureAwait ( false ) ;
6969 result_list . Add ( "R-3.0" ) ;
7070
71- await Task . Delay ( 75 , TestContext . CancellationToken ) . ConfigureAwait ( false ) ;
71+ await Task . Delay ( 300 , TestContext . CancellationToken ) . ConfigureAwait ( false ) ;
7272 result_list . Add ( "R-3.1" ) ;
7373
74- await Task . Delay ( 75 , TestContext . CancellationToken ) . ConfigureAwait ( false ) ;
74+ await Task . Delay ( 300 , TestContext . CancellationToken ) . ConfigureAwait ( false ) ;
7575 result_list . Add ( "R-3.2" ) ;
7676
7777 await resource_lock . UnlockAsync ( resource_name , TestContext . CancellationToken ) ;
You can’t perform that action at this time.
0 commit comments