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

Commit

Permalink
Merge pull request #565 from gamechanger/js-upgrade-integration-test-…
Browse files Browse the repository at this point in the history
…sleep

address upgrade test flap
  • Loading branch information
jsingle committed Sep 2, 2015
2 parents ba8a657 + 53e97ed commit a4c8959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/upgrade_integration/upgrade_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_upgrade_2_1(self):
output = self.run_command('upgrade {}'.format(version))
self.assertInSameLine(output, 'Downloading', version)
self.assertInSameLine(output, 'Finished upgrade', version)
sleep(1)
sleep(2)
output = self.run_command('version', raise_on_error=False)
self.assertInSameLine(output, 'daemon', 'version', version)
self.assertInSameLine(output, 'client', 'version', constants.VERSION)
Expand Down

0 comments on commit a4c8959

Please sign in to comment.