Skip to content

Commit

Permalink
issue #178 - fix log message in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Mar 12, 2018
1 parent 1d52117 commit eba6f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biweeklybudget/tests/acceptance_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def get_modal_parts(self, selenium, wait=True):
raise
print(
'TimeoutException waiting for modal to be shown; '
'try again in 1 second.'
'try again in 3 seconds.'
)
sleep(3)
except Exception:
Expand Down

0 comments on commit eba6f55

Please sign in to comment.