Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Commit

Permalink
[tests] relax uploaded file check
Browse files Browse the repository at this point in the history
  • Loading branch information
lins05 committed Feb 19, 2015
1 parent 5320835 commit 2096793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def ensure_no_channel_reply_from_bot(self, wait=5):
raise AssertionError(
'expected to get nothing, but got message "%s"' % msg['text'])

def wait_for_file_uploaded(self, name, maxwait=10):
def wait_for_file_uploaded(self, name, maxwait=20):
for _ in xrange(maxwait):
time.sleep(1)
if self._has_uploaded_file(name):
Expand Down

0 comments on commit 2096793

Please sign in to comment.