diff options
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/resource/sandbox.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/qa/qa/resource/sandbox.rb b/qa/qa/resource/sandbox.rb index e2b1c4c0831..2141af64929 100644 --- a/qa/qa/resource/sandbox.rb +++ b/qa/qa/resource/sandbox.rb @@ -35,9 +35,11 @@ module QA end def fabricate_via_api! - resource_web_url(api_get) - rescue ResourceNotFoundError - super + QA::Support::Retrier.retry_on_exception do + resource_web_url(api_get) + rescue ResourceNotFoundError + super + end end def api_get_path |