Skip to content

Commit 8bbb510

Browse files
test - stability
Increase the BuildTests.BasicBuildTest timeout from 3 to 15 minutes.
1 parent 107ca14 commit 8bbb510

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.unity.netcode.gameobjects/Tests/Editor/Build/BuildTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ internal class BuildTests
1212
{
1313
public const string DefaultBuildScenePath = "Tests/Editor/Build/BuildTestScene.unity";
1414

15+
// Increased the Build test timeout from 3 to 10 minutes.
16+
[Timeout(900000)]
1517
[Test]
1618
public void BasicBuildTest()
1719
{

0 commit comments

Comments
 (0)