[deb/pkg] Increase c-api unittest timeout
authorParichay Kapoor <pk.kapoor@samsung.com>
Mon, 14 Jun 2021 01:47:45 +0000 (10:47 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 14 Jun 2021 01:50:39 +0000 (10:50 +0900)
Increase c-api unittest timeout even further to
pass armhf build on launchpad.

**Self evaluation:**
1. Build test: [x]Passed [ ]Failed [ ]Skipped
2. Run test: [x]Passed [ ]Failed [ ]Skipped

Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
test/tizen_capi/meson.build

index f758654..707243a 100644 (file)
@@ -17,5 +17,5 @@ foreach test_name : unittest_name_list
     install_dir: application_install_dir
   )
 
-  test(unittest_name, exec, timeout: 60, args: '--gtest_output=xml:@0@/@1@.xml'.format(meson.build_root(), unittest_name))
+  test(unittest_name, exec, timeout: 120, args: '--gtest_output=xml:@0@/@1@.xml'.format(meson.build_root(), unittest_name))
 endforeach