From: zhongyuan Date: Wed, 8 Apr 2020 03:31:16 +0000 (+0800) Subject: [common][bluetooth][DPTTIZEN-3190, extend timeout in testharness.js] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ae0fac7839eafc6b7708bfa58a1deceea986f14;p=test%2Ftct%2Fweb%2Fapi.git [common][bluetooth][DPTTIZEN-3190, extend timeout in testharness.js] Change-Id: I806b07b67563616bbe1973b16b30c7948441723e --- diff --git a/common/tct-bluetooth-tizen-tests/resources/testharness.js b/common/tct-bluetooth-tizen-tests/resources/testharness.js index 259ef28e0..b2573e3d4 100755 --- a/common/tct-bluetooth-tizen-tests/resources/testharness.js +++ b/common/tct-bluetooth-tizen-tests/resources/testharness.js @@ -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 };