Skip to content

Commit

Permalink
fix a dorked method call
Browse files Browse the repository at this point in the history
  • Loading branch information
funbaker committed Feb 16, 2017
1 parent 1ac7840 commit f4c4b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvo/dal/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def wait(
cur_phase = self.phase
if cur_phase in phases:
break
time.sleep(interval)
sleep(interval)
interval = min(120, interval * increment)
attempts += 1
if any((
Expand Down

0 comments on commit f4c4b23

Please sign in to comment.