From: wei.ji Date: Mon, 7 Aug 2017 07:19:23 +0000 (+0800) Subject: [common][geoallow][update timeout to 1 min] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F46%2F142746%2F1;p=test%2Ftct%2Fweb%2Fapi.git [common][geoallow][update timeout to 1 min] - update timeout to 1 min Change-Id: I74096b54226d7072397e9993910270fd3ecb4998 Signed-off-by: wei.ji --- diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy.html index e67cc0d9d..c96616eb2 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy.html @@ -46,7 +46,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_exists.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_exists.html index 1f85bfca5..2b6d787ce 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_exists.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_readonly.html index cb0d00399..c401ba0be 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_readonly.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_set_null.html index 19518520e..4a9edc042 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_set_null.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_value_default.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_value_default.html index 67da39c27..4b11596ef 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_value_default.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_value_default.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_empty_string.html index 8417f383a..7868abd97 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test("Check if the attribute altitudeAccuracy value of interface Coordinates set empty string"); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_exists.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_exists.html index 56a3bceab..b3cea6b0a 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_exists.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_readonly.html index 1714c1306..bc95514ae 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_readonly.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_set_null.html index 56d62cef6..7520b40f0 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_set_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test("Check if the attribute altitudeAccuracy value of interface Coordinates set null"); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_empty_string.html index a16fbdd7e..21608da52 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test("Check if the attribute altitude value of interface Coordinates set empty string"); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_exists.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_exists.html index 53b0290e5..2cde5536b 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_exists.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_readonly.html index 7f89ec607..e807d8794 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_readonly.html @@ -46,7 +46,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_set_null.html index 872bd4b94..f7a91773a 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_set_null.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test("Check if the attribute altitude value of interface Coordinates set null"); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_0.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_0.html index 43ba85ab4..65346120e 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_0.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P3 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, {timeout: 0}); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_100.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_100.html index 372e2e486..585887f9f 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_100.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_100.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P3 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, {timeout: 100}); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_exists.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_exists.html index 424eef96c..4a05fc87f 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_exists.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_readonly.html index 4be5eb2c1..57629408d 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_readonly.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude.html index 47935b43e..a48531a8c 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_empty_string.html index 82e15df61..3722a48c2 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_empty_string.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_exists.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_exists.html index d81037b9e..9b819fa73 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_exists.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_readonly.html index df883107c..ba57d6d02 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_readonly.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_set_null.html index e6060b9ff..6aa3c6221 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_set_null.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude.html index 136126a31..52077370c 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_empty_string.html index ddb4088a4..74edac5c9 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_empty_string.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_exists.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_exists.html index 587cfa051..806dd44b9 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_exists.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_readonly.html index 3e6badfb2..222ae9748 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_readonly.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_set_null.html index 891dbbd62..40ee3717b 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_set_null.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_return_type.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_return_type.html index 49de1cbef..95b022600 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_return_type.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_return_type.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed.html index 37b906279..e14c4d2ad 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_exists.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_exists.html index d62969c42..709090651 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_exists.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_readonly.html index e676d1cfe..b163c08d7 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_readonly.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_PERMISSION_DENIED_constExist.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_PERMISSION_DENIED_constExist.html index ca43d9562..8933fbcab 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_PERMISSION_DENIED_constExist.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_PERMISSION_DENIED_constExist.html @@ -46,7 +46,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //==== PRIORITY P1 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_POSITION_UNAVAILABLE_constExist.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_POSITION_UNAVAILABLE_constExist.html index 634f41095..17a83a187 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_POSITION_UNAVAILABLE_constExist.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_POSITION_UNAVAILABLE_constExist.html @@ -46,7 +46,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //==== PRIORITY P1 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_TIMEOUT_constExist.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_TIMEOUT_constExist.html index c5b7f10be..c723bb8de 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_TIMEOUT_constExist.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_TIMEOUT_constExist.html @@ -46,7 +46,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //==== PRIORITY P1 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_empty.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_empty.html index c4b62c4fc..c09d85077 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_empty.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_empty.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { t.step(function () { navigator.geolocation.clearWatch(""); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_no_argument.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_no_argument.html index e98bd74b0..41900a05d 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_no_argument.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_no_argument.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.clearWatch(); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_null.html index 224d373e7..4deb472e5 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_null.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { t.step(function () { navigator.geolocation.clearWatch(null); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_null.html index f683dab6f..8b0758cea 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_null.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { t.step(function () { navigator.geolocation.clearWatch(null); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_zero.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_zero.html index 2823ebdd7..be006f5f8 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_zero.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_zero.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { t.step(function () { navigator.geolocation.clearWatch(0); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_empty_string.html index 1390e0f2c..3865b66db 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_empty_string.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { t.step(function () { navigator.geolocation.clearWatch(""); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_number.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_number.html index 8b1c53673..57745b32d 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_number.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_number.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { t.step(function () { navigator.geolocation.clearWatch(2); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_string.html index 53ca59888..8681cf0b1 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_string.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { t.step(function () { navigator.geolocation.clearWatch("test"); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_0_timeout_10_enableHighAccuracy_true.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_0_timeout_10_enableHighAccuracy_true.html index 12a20d102..e9cbe917f 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_0_timeout_10_enableHighAccuracy_true.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_0_timeout_10_enableHighAccuracy_true.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { maximumAge : 0, enableHighAccuracy : true, timeout : 10 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_200000.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_200000.html index ebf5ffb1a..5721d5483 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_200000.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_200000.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpecterrorCallback, { maximumAge : 200000}); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_600000.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_600000.html index d27a27d9a..31f8dd9e5 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_600000.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_600000.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpecterrorCallback, { maximumAge : 600000}); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_600000_timeout_zero.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_600000_timeout_zero.html index c2e715238..abc374cc2 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_600000_timeout_zero.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_600000_timeout_zero.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { maximumAge : 600000, timeout : 0 }); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_700000.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_700000.html index c191e9d8a..35a6246b3 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_700000.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_700000.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpecterrorCallback, { maximumAge : 700000}); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_700000_timeout_zero.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_700000_timeout_zero.html index cd37e099a..6be59429d 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_700000_timeout_zero.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_700000_timeout_zero.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { maximumAge : 700000, timeout : 0 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_Infinity.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_Infinity.html index 43cb6e7b8..e8a208014 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_Infinity.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_Infinity.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpecterrorCallback, { maximumAge : Infinity }); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_Neg.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_Neg.html index 7600b835a..9b4ede3df 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_Neg.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_Neg.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpecterrorCallback, { maximumAge : -2}); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_empty_string.html index f7fcdb09c..6b25b0f49 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpecterrorCallback, { maximumAge : "" }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_null.html index 057c7968c..e24880ca0 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpecterrorCallback, { maximumAge : null }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_number.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_number.html index 08a5f8fb5..8461591cf 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_number.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_number.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpecterrorCallback, { maximumAge : 2 }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_string.html index 8cd198518..2d44dce01 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_set_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpecterrorCallback, { maximumAge : "a" }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_zero.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_zero.html index 865b68c55..7b9ee59e4 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_zero.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_maximumAge_zero.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpecterrorCallback, { maximumAge : 0 }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_enableHighAccuracy_false.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_enableHighAccuracy_false.html index a6b6b9b66..a8241e957 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_enableHighAccuracy_false.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_enableHighAccuracy_false.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout : 0, enableHighAccuracy : false }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_enableHighAccuracy_true.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_enableHighAccuracy_true.html index e4389c52c..75f6e7683 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_enableHighAccuracy_true.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_enableHighAccuracy_true.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout : 0, enableHighAccuracy : true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_false.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_false.html index f226568a7..19ec00979 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_false.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_false.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout : 0, maximumAge : 0, enableHighAccuracy : false }); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_true.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_true.html index 39b28ccdc..af9235322 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_true.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_true.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout : 0, maximumAge : 0, enableHighAccuracy : true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_2000.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_2000.html index 79abcdc72..31ae552f3 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_2000.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_2000.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpecterrorCallback, { timeout : 2000 }); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_Neg.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_Neg.html index b292d119d..54af17c3e 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_Neg.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_Neg.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout : -2 }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_Neg_maximumAge_0.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_Neg_maximumAge_0.html index 4b8643098..fbf4f273a 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_Neg_maximumAge_0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_Neg_maximumAge_0.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout : -1, maximumAge : 0 }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_empty_string.html index a59dbab94..7d2af34c4 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout : "" }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_null.html index 16844e024..0411670be 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout : null }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_number.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_number.html index f7132abf4..160dfe8fb 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_number.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_number.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout : 10 }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_string.html index cc3b7866b..2a71a43d0 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_timeout_set_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout : "a" }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_with_enableHighAccuracy_false.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_with_enableHighAccuracy_false.html index af6a31306..db950f8a9 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_with_enableHighAccuracy_false.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_with_enableHighAccuracy_false.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { enableHighAccuracy : false }); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_with_enableHighAccuracy_true.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_with_enableHighAccuracy_true.html index 7168ec550..e1dce59de 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_with_enableHighAccuracy_true.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_PositionOptions_with_enableHighAccuracy_true.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { enableHighAccuracy : true }); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_cached_position.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_cached_position.html index 249f240cc..430ced1db 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_cached_position.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_cached_position.html @@ -46,7 +46,7 @@ Authors: //==== PRIORITY P3 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { maximumAge: 60000}); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_empty_string.html index 7c3952d7e..3883f7314 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(successCallback, ""); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_no_argument.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_no_argument.html index 656ee3fbe..85646e0c1 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_no_argument.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_no_argument.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(successCallback); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null.html index bc1b57af8..f23faa0c8 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(successCallback, null); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null_options_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null_options_null.html index f458fb144..cd8ddc02d 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null_options_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null_options_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(successCallback, null, null); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_string.html index ee36b4eb6..002ba9daf 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(successCallback, "a"); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_example_one_short.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_example_one_short.html index 613b101f3..ecfaa8585 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_example_one_short.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_example_one_short.html @@ -48,7 +48,7 @@ Authors: //==== PRIORITY P3 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { maximumAge: 60000}); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_method_exists.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_method_exists.html index 88b10cedd..c28cf4942 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_method_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_method_exists.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); t.step(function () { assert_true("getCurrentPosition" in navigator.geolocation, "the Geolocation.getCurrentPosition exists"); }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_operation_completed.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_operation_completed.html index 5eba65df7..fb10225c6 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_operation_completed.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_operation_completed.html @@ -46,7 +46,7 @@ Authors: //==== PRIORITY P3 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { timeout : 20000}); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_null.html index 7748f58e9..f03c749a0 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, null); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback.html index 26872df53..00e7479f7 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_empty_string.html index 4b777d3b2..77b52e874 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(""); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_null_options_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_null_options_null.html index 24e432f3b..206cf184c 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_null_options_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_null_options_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(null,errorCallback,null); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position.html index 70e731c57..26c2e6795 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_no_argument.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_no_argument.html index f519de330..ebb601990 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_no_argument.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_no_argument.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_return_type.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_return_type.html index ee8fdcfa3..2e85a1b41 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_return_type.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_return_type.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_set_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_set_string.html index 3b78c7e62..f34dafd13 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_set_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_set_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition("a"); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_empty_string.html index 0298ebc79..b894d58b8 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition("", errorCallback); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_null.html index 40e1a9bf0..825f4f6a6 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(null, errorCallback); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_number.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_number.html index 1e7a38561..6816d52ff 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_number.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_number.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(2, errorCallback); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_string.html index e77c8b19c..40e4c7f2c 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition("a", errorCallback); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timer_timeout.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timer_timeout.html index f48606ac8..151aa18cb 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timer_timeout.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timer_timeout.html @@ -46,7 +46,7 @@ Authors: //==== PRIORITY P3 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout : 0}); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_enableHighAccuracy_false.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_enableHighAccuracy_false.html index e2281fada..6416798e9 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_enableHighAccuracy_false.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_enableHighAccuracy_false.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(expectedSuccessCallback, unexpectedErrorCallback, { enableHighAccuracy: false }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_enableHighAccuracy_true.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_enableHighAccuracy_true.html index d04439afc..68ac483a6 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_enableHighAccuracy_true.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_enableHighAccuracy_true.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(expectedSuccessCallback, unexpectedErrorCallback, { enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_maximumAge_2000.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_maximumAge_2000.html index 5894720e3..3133e69b0 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_maximumAge_2000.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_maximumAge_2000.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(expectedSuccessCallback, unexpectedErrorCallback, { maximumAge: 2000 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_maximumAge_Neg.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_maximumAge_Neg.html index 0336a0823..b6002099d 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_maximumAge_Neg.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_maximumAge_Neg.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(expectedSuccessCallback, unexpectedErrorCallback, { maximumAge: -2 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0.html index dbfcccacc..eeae253e9 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 0 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_enableHighAccuracy_false.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_enableHighAccuracy_false.html index fe46ff571..133ce4449 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_enableHighAccuracy_false.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_enableHighAccuracy_false.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 0, enableHighAccuracy: false }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_enableHighAccuracy_true.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_enableHighAccuracy_true.html index bd4c2084a..76986f4a7 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_enableHighAccuracy_true.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_enableHighAccuracy_true.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 0, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0.html index 05244ba19..5415954b2 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { if(!check("geolocation", navigator)) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_false.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_false.html index facfbe7d0..26716e965 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_false.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_false.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 0, maximumAge: 0, enableHighAccuracy: false }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_true.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_true.html index bf5ad0ae4..a3f8d7cb8 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_true.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_0_maximumAge_0_enableHighAccuracy_true.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 0, maximumAge: 0, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_100_maximumAge_500_enableHighAccuracy_true.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_100_maximumAge_500_enableHighAccuracy_true.html index 1ba7141a0..22ccd05ed 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_100_maximumAge_500_enableHighAccuracy_true.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_100_maximumAge_500_enableHighAccuracy_true.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 100, maximumAge: 500, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_500_maximumAge_500_enableHighAccuracy_false.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_500_maximumAge_500_enableHighAccuracy_false.html index 2a45dd525..b58af4725 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_500_maximumAge_500_enableHighAccuracy_false.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_500_maximumAge_500_enableHighAccuracy_false.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(successCallback, errorCallback, { timeout: 500, maximumAge: 500, enableHighAccuracy: false }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_Neg.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_Neg.html index ad32973bf..3dabaaf0e 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_Neg.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_Neg.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.watchPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: -2 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_cached_position.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_cached_position.html index 302536ba6..016da4e0b 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_cached_position.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_cached_position.html @@ -46,7 +46,7 @@ Authors: //==== PRIORITY P3 var t = async_test(document.title,{timeout: 3000}); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(expectedSuccessCallback, unexpectedErrorCallback, { maximumAge: 6000 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_empty_string.html index f5c1877e8..49d4d54b8 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(successCallback, ""); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_error_return_type.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_error_return_type.html index ddfa472b2..b40fc60ee 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_error_return_type.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_error_return_type.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 0 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_no_argument.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_no_argument.html index 75d2d382a..6f28e7520 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_no_argument.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_no_argument.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(successCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null.html index 14a8999f7..f892b3600 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(successCallback, null); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null_options_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null_options_null.html index c645e13bd..c2d02b2e1 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null_options_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null_options_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(successCallback, null, null); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_string.html index 31d047a1f..72be80abf 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(successCallback, "a"); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_exists.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_exists.html index f63135530..523e9c31e 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_exists.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); t.step(function () { assert_true("watchPosition" in navigator.geolocation, "the method watchPosition value of interface Geolocation exists"); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_return_type.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_return_type.html index bb2bc61ab..7cc21c660 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_return_type.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_return_type.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); var a = null; try { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_null.html index 0b4bfaa2e..f20810d04 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(expectedSuccessCallback, unexpectedErrorCallback, null); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback.html index b4238152e..7de0c4694 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(expectedSuccessCallback, unexpectedErrorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_empty_string.html index 5d64ea4ff..8d3fd357d 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_empty_string.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition("", errorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_null_options_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_null_options_null.html index 7b0a3d846..881e34560 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_null_options_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_null_options_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(null, errorCallback, null); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_number.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_number.html index 6eb0a39a9..593202a22 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_number.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_number.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(2, errorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_set_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_set_string.html index d2874616c..bdf6976c6 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_set_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_set_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition("a"); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_string.html index 0cb6994f9..fae16c1df 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition("a", errorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_empty_string.html index 5c18c8d56..5df00e705 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(""); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_first_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_first_null.html index 5e003b4df..d5757bc3b 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_first_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_first_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(null); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_null.html index 78ed088cf..dab9ac96b 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_null.html @@ -44,7 +44,7 @@ //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(null, errorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_timer_timeout.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_timer_timeout.html index 945c8c6a8..0c8347f21 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_timer_timeout.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_timer_timeout.html @@ -46,7 +46,7 @@ Authors: //==== PRIORITY P3 var t = async_test(document.title, {timeout: 3000}); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout : 0}); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_empty_string.html index 4e8d3beef..f945cf16b 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(successCallback, errorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_before_callbacks.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_before_callbacks.html index f14833e4b..c4a5828b6 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_before_callbacks.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_before_callbacks.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(successCallback, errorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_type.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_type.html index 2ef31b02a..cd472fc87 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_type.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_type.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(unexpectedSuccessCallback, expectedErrorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_null.html index 7b4e79a8e..515246329 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(expectedSuccessCallback, unexpectedErrorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_number.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_number.html index ff5d61b38..9d493cc60 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_number.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_number.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(successCallback, errorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_string.html b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_string.html index 94f3e48af..cced2773f 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { var watchId = navigator.geolocation.watchPosition(expectedSuccessCallback, unexpectedErrorCallback); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_Default_value.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_Default_value.html index 2e7b5d993..b0c53f6e5 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_Default_value.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_Default_value.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(successCallback, errorCallback, { timeout: 1, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_type.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_type.html index 4e43600ac..cb04f6ebf 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_type.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_type.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 1, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_Default_value.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_Default_value.html index 7b127a021..b12e60200 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_Default_value.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_Default_value.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 1, enableHighAccuracy: true}); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_type.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_type.html index 48879551d..9aa169a82 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_type.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_type.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 1, enableHighAccuracy: true}); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_Default_value.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_Default_value.html index f92ded671..9d985e724 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_Default_value.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_Default_value.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(successCallback, errorCallback, { timeout: 1, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_type.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_type.html index 9056052b8..170b4a456 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_type.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_type.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 1, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_TIMEOUT.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_TIMEOUT.html index 2635b6a1d..d8b584f18 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_TIMEOUT.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_TIMEOUT.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 0 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_empty_string.html index c3a5fbb0a..b0bb0c513 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout:10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_exists.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_exists.html index 37192495d..b7177cc76 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_exists.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_readonly.html index 9adfa0a58..efe604aa2 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_readonly.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_set_null.html index 3f9ebd2f8..07b60b9fe 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_set_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout:10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message.html index abc5d8832..f8c0ec49c 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_empty_string.html index 1e8da213b..1f2b57a10 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_exists.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_exists.html index 95c5a14d7..e9a74234e 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_exists.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_readonly.html index 568e7c37c..fa3813bae 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_readonly.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout: 10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0Age0.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0Age0.html index 43d5721fc..59fb424a8 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0Age0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0Age0.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedGetPositionSuccess, expectedGetPositionErr, {timeout: 0, maximumAge: 0}); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0AgeNeg.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0AgeNeg.html index 2fbd399dc..b57fb3367 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0AgeNeg.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0AgeNeg.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test("test getCurrentPosition when get position time out"); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedGetPositionSuccess, expectedGetPositionErr, {timeout: 0, maximumAge: -1}); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOutNegAge0.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOutNegAge0.html index 02d66d559..b0be66d42 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOutNegAge0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOutNegAge0.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedGetPositionSuccess, expectedGetPositionErr, {timeout: -1, maximumAge: 0}); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_return_type.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_return_type.html index 2e9ab357d..eeb25a54b 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_return_type.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_return_type.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedSuccessCallback, expectedErrorCallback, { timeout:10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_Err.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_Err.html index ecb2c60fc..858238b57 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_Err.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_Err.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedWatchPositionSuccess, expectedWatchPositionErr, { timeout: 10, enableHighAccuracy: true }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0Age0.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0Age0.html index 753e80eb3..cc14a38ce 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0Age0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0Age0.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.watchPosition(unexpectdWatchPositionSuccess, expectedWatchPositionErr, { timeout: 0, maximumAge: 0 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0AgeNeg.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0AgeNeg.html index 43cba9390..12b2a7597 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0AgeNeg.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0AgeNeg.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.watchPosition(unexpectedWatchPositionSuccess, expectedWatchPositionErr, { timeout: 0, maximumAge: -1}); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOutNegAge0.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOutNegAge0.html index 975435a8f..7fa3a191c 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOutNegAge0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOutNegAge0.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.watchPosition(unexpectedWatchPositionSuccess, expectedWatchPositionErr, { timeout: -1, maximumAge: 0 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_with_getCurrentPosition_timeOut0Age0.html b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_with_getCurrentPosition_timeOut0Age0.html index 750f36dc1..5fd26c2f3 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_with_getCurrentPosition_timeOut0Age0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionError_message_with_getCurrentPosition_timeOut0Age0.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(unexpectedGetPositionSuccess, expectedGetPositionErr, { timeout: 0, maximumAge: 0 }); diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_empty_string.html index 35fa795e4..71d3fc023 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_empty_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { enableHighAccuracy : "" }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_false.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_false.html index 918c2e030..4bb8ce637 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_false.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_false.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { enableHighAccuracy : false }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_null.html index 2ccd97741..edd78ba45 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_null.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { enableHighAccuracy : null }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_number.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_number.html index 5725b4e33..a8a662b21 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_number.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_number.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { enableHighAccuracy : 2 }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_string.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_string.html index cf0e3aff6..fb242cdf3 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_string.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { enableHighAccuracy : "a" }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_true.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_true.html index 373110d11..76ac1e3d9 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_true.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_true.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { enableHighAccuracy : true }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_null.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_null.html index 8a07fb275..aacc36d9d 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_null.html @@ -44,7 +44,7 @@ //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { enableHighAccuracy : null }); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_number.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_number.html index aac2aff0c..ebee3477e 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_number.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_number.html @@ -44,7 +44,7 @@ //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { enableHighAccuracy : 2 }); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_string.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_string.html index a192a70bf..15130f5ac 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_string.html @@ -44,7 +44,7 @@ //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { enableHighAccuracy : "stringtype" }); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_0.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_0.html index 3e623b531..40a1a64f8 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_0.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout: 0, maximumAge: 0 }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_1000.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_1000.html index 4b9be9ec7..58659b285 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_1000.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_1000.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback, { timeout: 0, maximumAge: 1000}); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_0.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_0.html index a4191704c..a6cf6281c 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_0.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout:0,maximumAge:0 }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_1000.html b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_1000.html index 33a1ec588..544e8f8c4 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_1000.html +++ b/common/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_1000.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.watchPosition(unexpectedsuccessCallback, expectederrorCallback, { timeout: 0, maximumAge: 1000 }); } catch (e) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Position_coords.html b/common/tct-geoallow-w3c-tests/geoallow/Position_coords.html index c44c1e378..6046cb042 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Position_coords.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Position_coords.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { window.navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_empty_string.html index da36bfae4..46ba04007 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_empty_string.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_exists.html b/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_exists.html index ea667d375..e14c9a71b 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_exists.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_readonly.html index 4aae8655e..fe94d9bf7 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_readonly.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_set_null.html index c4c1977e9..a5195a696 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_set_null.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Position_coords_return_type.html b/common/tct-geoallow-w3c-tests/geoallow/Position_coords_return_type.html index d23b5745c..732d8137f 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Position_coords_return_type.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Position_coords_return_type.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t =async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_exists.html b/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_exists.html index 28474b1e7..3f5f9602d 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_exists.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_exists.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P0 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_readonly.html index dccbf7ed7..b1c733cef 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_readonly.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_set_null.html index 8426f9b0d..ad45523df 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_set_null.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(expectedsuccessCallback, unexpectederrorCallback); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_0.html b/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_0.html index 9c9488918..e6fb28b6a 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_0.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_0.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, {timeout: 0}); } catch (error) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_100.html b/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_100.html index 2480f62c4..5f319b335 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_100.html +++ b/common/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_100.html @@ -44,7 +44,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { navigator.geolocation.getCurrentPosition(unexpectedsuccessCallback, expectederrorCallback, {timeout: 100}); } catch (err) { diff --git a/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation.html b/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation.html index d9e1813dc..977671695 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation.html +++ b/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); try { t.step(function() { assert_true(typeof navigator.geolocation == "object", "the attribute geolocation value of interface NavigatorGeolocation return object"); diff --git a/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_empty_string.html b/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_empty_string.html index cabbe70d8..5d40ff420 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_empty_string.html +++ b/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_empty_string.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); t.step(function () { navigator.geolocation = ""; assert_true(navigator.geolocation != "", "navigator.geolocation can't be empty string"); diff --git a/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_readonly.html b/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_readonly.html index 17427e798..a6e6d8fa2 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_readonly.html +++ b/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_readonly.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); t.step(function () { navigator.geolocation = 2; assert_true(navigator.geolocation != 2, "the attribute geolocation value of interface NavigatorGeolocation is readonly"); diff --git a/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_set_null.html b/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_set_null.html index 65defa089..3464ed803 100755 --- a/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_set_null.html +++ b/common/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_set_null.html @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P2 var t = async_test(document.title); - setup({timeout: 20000}); + setup({timeout: 60000}); t.step(function () { navigator.geolocation = null; assert_true(navigator.geolocation != null, "navigator.geolocation can't be null");