We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b87da commit bda894cCopy full SHA for bda894c
2 files changed
tests/integration/browse_spec.rb
@@ -30,7 +30,7 @@ def browse_with_retry(args)
30
31
begin
32
@fa.browse(args)
33
- rescue FAStatusError => e
+ rescue FAStatusError, FASlowdownError => e
34
raise unless (retries += 1) <= 5
35
36
puts "FAStatusError on Search: #{e}, retry #{retries} in #{wait_between_tries} second(s)..."
tests/integration/search_spec.rb
@@ -30,7 +30,7 @@ def search_with_retry(args)
@fa.search(args)
- rescue [FAStatusError, FASlowdownError] => e
puts "FA error on Search: #{e}, retry #{retries} in #{wait_between_tries} second(s)..."
0 commit comments