Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4129 from gratipay/tweak-timing-for-travis
Browse files Browse the repository at this point in the history
Tweak timing for Travis
  • Loading branch information
Paul Kuruvilla authored Oct 17, 2016
2 parents 1008f6b + c1a399a commit c06676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ttw/test_team_distributing.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_owner_can_add_a_member(self):
self.css('.lookup-container .query').first.fill('alice')
time.sleep(0.1)
self.css('.lookup-container button').first.click()
time.sleep(0.1)
time.sleep(0.2)
assert [a.text for a in self.css('table.team a')] == ['alice']


Expand Down

0 comments on commit c06676f

Please sign in to comment.