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 be20784 commit 0ed57ceCopy full SHA for 0ed57ce
tst/gstreamer/gstkvstest.cpp
@@ -52,6 +52,8 @@ cleanup_kinesisvideoproducersink(GstElement * kinesisvideoproducersink)
52
53
gst_check_teardown_element (kinesisvideoproducersink);
54
55
+ fail_unless_equals_int(STATUS_SUCCESS, RESET_INSTRUMENTED_ALLOCATORS());
56
+
57
cout << "cleanup_kinesisvideoproducersink() end" << endl;
58
}
59
@@ -303,6 +305,7 @@ GST_END_TEST;
303
305
Suite *gst_kinesisvideoproducer_suite(void) {
304
306
Suite *s = suite_create("GstKinesisVideoSinkPlugin");
307
TCase *tc = tcase_create("AllStateChangeTests");
308
+ tcase_set_timeout(tc, 15); // 15 second timeout per test
309
310
accessKey = GETENV(ACCESS_KEY_ENV_VAR);
311
secretKey = GETENV(SECRET_KEY_ENV_VAR);
0 commit comments