We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107ca14 commit 8bbb510Copy full SHA for 8bbb510
com.unity.netcode.gameobjects/Tests/Editor/Build/BuildTests.cs
@@ -12,6 +12,8 @@ internal class BuildTests
12
{
13
public const string DefaultBuildScenePath = "Tests/Editor/Build/BuildTestScene.unity";
14
15
+ // Increased the Build test timeout from 3 to 10 minutes.
16
+ [Timeout(900000)]
17
[Test]
18
public void BasicBuildTest()
19
0 commit comments