Closed
Bug 854281
Opened 12 years ago
Closed 11 years ago
Intermittent test_filter_read.js | ScriptTimeoutException: timed out
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: philor, Assigned: rwood)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 obsolete file)
+++ This bug was initially created as a clone of Bug #843970 +++
https://tbpl.mozilla.org/php/getParsedLog.php?id=21029596&tree=Firefox
b2g_ics_armv7a_gecko_emulator_vm mozilla-central opt test marionette-webapi on 2013-03-24 04:03:33 PDT for push 0a10eca0c521
slave: tst-linux64-ec2-024
04:17:33 INFO - TEST-START test_filter_read.js
04:17:54 INFO - /builds/slave/test/build/tests/marionette/tests/dom/mobilemessage/tests/marionette/test_filter_read.js, runTest (marionette_test.MarionetteJSTestCase) ... ERROR
04:17:54 INFO - ======================================================================
04:17:54 INFO - ERROR: /builds/slave/test/build/tests/marionette/tests/dom/mobilemessage/tests/marionette/test_filter_read.js, runTest (marionette_test.MarionetteJSTestCase)
04:17:54 INFO - ----------------------------------------------------------------------
04:17:54 INFO - Traceback (most recent call last):
04:17:54 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 212, in runTest
04:17:54 INFO - results = self.marionette.execute_js_script(js, args, special_powers=True)
04:17:54 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 535, in execute_js_script
04:17:54 INFO - scriptTimeout=script_timeout)
04:17:54 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 306, in _send_message
04:17:54 INFO - self._handle_error(response)
04:17:54 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 355, in _handle_error
04:17:54 ERROR - raise ScriptTimeoutException(message=message, status=status, stacktrace=stacktrace)
04:17:54 ERROR - TEST-UNEXPECTED-FAIL | test_filter_read.js | ScriptTimeoutException: timed out
04:17:54 INFO - ----------------------------------------------------------------------
04:17:54 INFO - Ran 1 test in 21.159s
Comment 1•12 years ago
|
||
Rob, can you increase the timeout on this test? Looking at the timestamps in the log, the 9th call to send an sms ("sms send 5552229797 Incoming SMS number 9") took 17 seconds, but it did eventually succeed. However, by that time, the test had already timed out.
Assignee: nobody → rwood
Assignee | ||
Comment 2•12 years ago
|
||
Increase timeout. Thanks for spotting that Jonathan.
Attachment #735156 -
Flags: review?(jgriffin)
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 735156 [details] [diff] [review]
Increase test timeout
Ignore the attachment please, going to make one patch to increase timeout for all sms/telephony tests.
Attachment #735156 -
Attachment is obsolete: true
Attachment #735156 -
Flags: review?(jgriffin)
Comment 5•11 years ago
|
||
(OrangeWFM bugs not touched for 2 months)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•