author | Szu-Yu Chen [:aknow] <szchen@mozilla.com> |
Tue, 01 Oct 2013 18:22:07 +0800 | |
changeset 149485 | ce638e83b6fe6e99fd5b9baebea0e91bdc0a8731 |
parent 149484 | 525edcc2e6e8b3374d5bfb413d0d78dfddf10aff |
child 149486 | a7a6db5c260139340cdd84eaca67b9cd07859677 |
push id | 25391 |
push user | ryanvm@gmail.com |
push date | Tue, 01 Oct 2013 21:23:05 +0000 |
treeherder | mozilla-central@242aa3916310 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | hsinyi |
bugs | 897940 |
milestone | 27.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/icc/tests/marionette/test_icc_contact.js +++ b/dom/icc/tests/marionette/test_icc_contact.js @@ -1,12 +1,12 @@ /* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ -MARIONETTE_TIMEOUT = 30000; +MARIONETTE_TIMEOUT = 60000; SpecialPowers.addPermission("mobileconnection", true, document); let icc = navigator.mozIccManager; ok(icc instanceof MozIccManager, "icc is instanceof " + icc.constructor); function testReadContacts(type) { let request = icc.readContacts(type);