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 e701ee4 commit f18770fCopy full SHA for f18770f
Tests/SRPTests/Packages/com.unity.testing.urp/Scripts/Runtime/UniversalGraphicsTestBase.cs
@@ -72,7 +72,7 @@ public void OneTimeSetUp()
72
[UnityOneTimeSetUp]
73
public IEnumerator OneTimeSetup()
74
{
75
- yield return TestContentLoader.WaitForContentLoadAsync(TimeSpan.FromSeconds(60));
+ yield return TestContentLoader.WaitForContentLoadAsync(TimeSpan.FromSeconds(240));
76
}
77
78
[SetUp]
0 commit comments