Skip to content

Commit fbb3dde

Browse files
authored
chore: set HDRP Graphics test timeout to 1 hour (#403)
* set graphics test timeout to 1 hour
1 parent 53e8cce commit fbb3dde

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

TestProjects/HdrpDX12GraphicsTest-2021.3/Assets/GraphicsTests/HDRPUTS_GraphicsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class HDRPUTS_GraphicsTests
1818
[UnityTest, Category("HDRP")]
1919
[PrebuildSetup("SetupGraphicsTestCases")]
2020
[UseGraphicsTestCases(ReferenceImagePath)]
21+
[Timeout(3600000)] //1 hour
2122
public IEnumerator Run(GraphicsTestCase testCase)
2223
{
2324

TestProjects/HdrpDX12GraphicsTest-6000.0/Assets/GraphicsTests/HDRPUTS_GraphicsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class HDRPUTS_GraphicsTests
1818
[UnityTest, Category("HDRP")]
1919
[PrebuildSetup("SetupGraphicsTestCases")]
2020
[UseGraphicsTestCases(ReferenceImagePath)]
21+
[Timeout(3600000)] //1 hour
2122
public IEnumerator Run(GraphicsTestCase testCase)
2223
{
2324

TestProjects/HdrpGraphicsTest-2021.3/Assets/GraphicsTests/HDRPUTS_GraphicsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class HDRPUTS_GraphicsTests
1818
[UnityTest, Category("HDRP")]
1919
[PrebuildSetup("SetupGraphicsTestCases")]
2020
[UseGraphicsTestCases(ReferenceImagePath)]
21+
[Timeout(3600000)] //1 hour
2122
public IEnumerator Run(GraphicsTestCase testCase)
2223
{
2324

TestProjects/HdrpGraphicsTest-2022.3/Assets/GraphicsTests/HDRPUTS_GraphicsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class HDRPUTS_GraphicsTests
1818
[UnityTest, Category("HDRP")]
1919
[PrebuildSetup("SetupGraphicsTestCases")]
2020
[UseGraphicsTestCases(ReferenceImagePath)]
21+
[Timeout(3600000)] //1 hour
2122
public IEnumerator Run(GraphicsTestCase testCase)
2223
{
2324

TestProjects/HdrpGraphicsTest-6000.0/Assets/GraphicsTests/HDRPUTS_GraphicsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class HDRPUTS_GraphicsTests
1818
[UnityTest, Category("HDRP")]
1919
[PrebuildSetup("SetupGraphicsTestCases")]
2020
[UseGraphicsTestCases(ReferenceImagePath)]
21+
[Timeout(3600000)] //1 hour
2122
public IEnumerator Run(GraphicsTestCase testCase)
2223
{
2324

TestProjects/HdrpRthsGraphicsTest-2021.3/Assets/GraphicsTests/HDRPUTS_GraphicsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class HDRPUTS_GraphicsTests
1818
[UnityTest, Category("HDRP")]
1919
[PrebuildSetup("SetupGraphicsTestCases")]
2020
[UseGraphicsTestCases(ReferenceImagePath)]
21+
[Timeout(3600000)] //1 hour
2122
public IEnumerator Run(GraphicsTestCase testCase)
2223
{
2324

TestProjects/HdrpStereoGraphicsTest-2021.3/Assets/GraphicsTests/HDRPUTS_GraphicsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class HDRPUTS_GraphicsTests
1818
[UnityTest, Category("HDRP")]
1919
[PrebuildSetup("SetupGraphicsTestCases")]
2020
[UseGraphicsTestCases(ReferenceImagePath)]
21+
[Timeout(3600000)] //1 hour
2122
public IEnumerator Run(GraphicsTestCase testCase)
2223
{
2324

0 commit comments

Comments
 (0)