Update NetworkingSocketsTest.TestConnectionInterface.cs

This commit is contained in:
Garry Newman 2020-02-23 11:48:31 +00:00
parent 428c2425a0
commit c80421e9a9

View File

@ -51,7 +51,7 @@ namespace Steamworks
{
await Task.Delay( 10 );
if ( sw.Elapsed.TotalSeconds > 30 )
if ( sw.Elapsed.TotalSeconds > 10 )
break;
}