We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c2d04 commit 1c8ed11Copy full SHA for 1c8ed11
qiita_client/testing.py
@@ -25,7 +25,7 @@ def setUpClass(cls):
25
server_cert=cls.server_cert)
26
cls.qclient.post('/apitest/reload_plugins/')
27
# Give enough time for the plugins to register
28
- sleep(3)
+ sleep(5)
29
30
@classmethod
31
def tearDownClass(cls):
0 commit comments