From: chen Date: Tue, 26 Nov 2024 06:26:31 +0000 (+0800) Subject: [tv][mediacapture] fix DF241106-01305 promist_test timeout issue X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F320915%2F1;p=test%2Ftct%2Fweb%2Fapi.git [tv][mediacapture] fix DF241106-01305 promist_test timeout issue Change-Id: Ie26866e1020f34db57cdf63ac9271e2d62f38b75 Signed-off-by: chen --- diff --git a/common/tct-mediacapture-w3c-tests/resources/testharness.js b/common/tct-mediacapture-w3c-tests/resources/testharness.js index d35e297aa..f3c7442b5 100755 --- a/common/tct-mediacapture-w3c-tests/resources/testharness.js +++ b/common/tct-mediacapture-w3c-tests/resources/testharness.js @@ -10,8 +10,8 @@ var settings = { output:true, harness_timeout:{ - "normal":10000, - "long":60000 + "normal":90000, + "long":90000 }, test_timeout:null, message_events: ["start", "test_state", "result", "completion"],