Skip to content

Commit

Permalink
increase test_capture_photo timeout after capture
Browse files Browse the repository at this point in the history
  • Loading branch information
zacc committed Dec 17, 2012
1 parent 9588aa9 commit a905480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gaiatest/tests/test_camera.py
Expand Up @@ -36,7 +36,8 @@ def test_capture_a_photo(self):
self.assertEqual(focus_state, 'focused', "Camera failed to focus with error: %s" % focus_state)

# Wait for image to be added in to filmstrip
self.wait_for_element_displayed(*self._film_strip_image_locator)
# TODO investigate lowering this timeout in the future
self.wait_for_element_displayed(*self._film_strip_image_locator, timeout=20)

# Find the new picture in the film strip
self.assertTrue(self.marionette.find_element(*self._film_strip_image_locator).is_displayed())
Expand Down

0 comments on commit a905480

Please sign in to comment.