Skip to content

Commit

Permalink
Decrease sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 12, 2023
1 parent 240fc1c commit 7c249d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audb/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def available(
) as ex:
print(f'Catched {ex}')
# Add pause to avoid aborted Artifactory connection
time.sleep(1)
time.sleep(0.5)
continue

df = pd.DataFrame.from_records(
Expand Down

0 comments on commit 7c249d7

Please sign in to comment.