SupportService.
wait_till_available
wait_till_available(
timeout: <nil>, sleep_time: <nil>
) ->
None
Wait till GoodData service is available. When timeout is:
- > 0 exception is raised after given number of seconds. - = 0 exception is raised whe service is not available immediately - < 0 no timeout Method propagates is_available exceptions.
Parameters
name | type | description |
---|---|---|
timeout | seconds to wait to service to be available (see method description for details) | |
sleep_time | seconds to wait between availability tests |