[common][bluetooth][DPTTIZEN-3190, extend timeout in testharness.js] 00/230100/1
authorzhongyuan <zy123.yuan@samsung.com>
Wed, 8 Apr 2020 03:31:16 +0000 (11:31 +0800)
committerzhongyuan <zy123.yuan@samsung.com>
Wed, 8 Apr 2020 03:31:16 +0000 (11:31 +0800)
Change-Id: I806b07b67563616bbe1973b16b30c7948441723e

common/tct-bluetooth-tizen-tests/resources/testharness.js

index 259ef28e09c8de5721acbe7dd83a381da2b38899..b2573e3d4c18c7920e73eca693f6906b40d85ee5 100755 (executable)
@@ -19,8 +19,8 @@ policies and contribution forms [3].
     var settings = {
         output:true,
         harness_timeout:{
-            "normal":60000,
-            "long":60000
+            "normal":600000,
+            "long":600000
         },
         test_timeout:null
     };