Touch watchdog before freeing objs in max_concurrent
authorPyry Haulos <phaulos@google.com>
Wed, 14 Jun 2017 01:30:08 +0000 (01:30 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Wed, 14 Jun 2017 01:30:08 +0000 (01:30 +0000)
am: 815781b777

Change-Id: I1a868dfb1fe436e91e785e5e41bae4c61fb19d05

external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp

index 253f727..1451e74 100644 (file)
@@ -2261,6 +2261,7 @@ tcu::TestStatus createMaxConcurrentTest (Context& context, typename Object::Para
                        context.getTestContext().touchWatchdog();
        }
 
+       context.getTestContext().touchWatchdog();
        objects.clear();
 
        return tcu::TestStatus::pass("Ok");