Skip to content

Commit

Permalink
test: Giving Android some more room as the connection tests are timin…
Browse files Browse the repository at this point in the history
…g sensitive (#1178)
  • Loading branch information
andrews-unity committed Sep 14, 2021
1 parent 5ef9f41 commit 9590a05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Unity.Netcode.UTP.RuntimeTests
public static class RuntimeTestsHelpers
{
// 50ms should be plenty enough for any network interaction to occur (even roundtrips).
#if UNITY_STANDALONE_OSX || UNITY_EDITOR_OSX
#if UNITY_STANDALONE_OSX || UNITY_EDITOR_OSX || UNITY_ANDROID
public const float MaxNetworkEventWaitTime = 0.35f;
#else
public const float MaxNetworkEventWaitTime = 0.15f;
Expand Down
7 changes: 7 additions & 0 deletions testproject/Assets/link.xml.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9590a05

Please sign in to comment.