Skip to content

Commit

Permalink
Adding more time (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
josenavas authored and antgonza committed Jul 3, 2017
1 parent 12c2d04 commit 1c8ed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiita_client/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def setUpClass(cls):
server_cert=cls.server_cert)
cls.qclient.post('/apitest/reload_plugins/')
# Give enough time for the plugins to register
sleep(3)
sleep(5)

@classmethod
def tearDownClass(cls):
Expand Down

0 comments on commit 1c8ed11

Please sign in to comment.