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 #4290 from gratipay/tinker-with-timing
Browse files Browse the repository at this point in the history
Tinker with timing for Travis
  • Loading branch information
mattbk authored Jan 13, 2017
2 parents 2a0819e + c9567ae commit 5248468
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 @@ -20,7 +20,7 @@ def test_owner_can_add_a_member(self):
self.sign_in('picard')
self.visit('/TheEnterprise/distributing/')
self.css('.lookup-container .query').first.fill('alice')
time.sleep(0.1)
time.sleep(0.2)
self.css('.lookup-container button').first.click()
time.sleep(0.2)
assert [a.text for a in self.css('table.team a')] == ['alice']
Expand Down

0 comments on commit 5248468

Please sign in to comment.