Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 31st, 2012  |  syntax: None  |  size: 0.73 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ======================================================================
  2. ERROR: test_container_created (tests.dbaas.containers.VerifyGuestStarted)
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5.   File "/tests/proboscis/decorators.py", line 49, in new_method
  6.     return func(*kargs, **kwargs)
  7.   File "/tests/tests/dbaas/containers.py", line 135, in test_container_created
  8.     time.sleep(5)
  9.   File "/tests/proboscis/decorators.py", line 41, in cb_timeout
  10.     raise TimeoutError("Time out after waiting " + str(time) + " seconds.")
  11. TimeoutError: Time out after waiting 480 seconds.
  12.  
  13. ----------------------------------------------------------------------
  14. Ran 35 tests in 519.852s