mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Increase number of captures on GL_Leak_Check test to match other APIs
This commit is contained in:
@@ -10,4 +10,4 @@ class D3D11_Mesh_Zoo(rdtest.TestCase):
|
||||
self.zoo_helper = rdtest.Mesh_Zoo()
|
||||
|
||||
def check_capture(self):
|
||||
self.zoo_helper.check_capture(self.capture_filename, self.controller)
|
||||
self.zoo_helper.check_capture(self.capture_filename, self.controller)
|
||||
|
||||
@@ -5,7 +5,7 @@ import rdtest
|
||||
class GL_Leak_Check(rdtest.TestCase):
|
||||
demos_test_name = 'GL_Leak_Check'
|
||||
demos_frame_cap = 50000
|
||||
demos_frame_count = 1
|
||||
demos_frame_count = 10
|
||||
demos_timeout = 120
|
||||
|
||||
def check_capture(self):
|
||||
|
||||
Reference in New Issue
Block a user