Skip to content

Commit

Permalink
Test: Increase interval before terminating cherrypy because of timeou…
Browse files Browse the repository at this point in the history
…ts in Circle CI
  • Loading branch information
Benjamin Bach committed May 4, 2017
1 parent bdd7393 commit 21485d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kalite/distributed/tests/cli_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_thread_manage(self):

def test_start(self):
def cherry_py_stop_thread():
time.sleep(10)
time.sleep(15)
engine.exit()

# Because threads use the database with transactions, we can't run
Expand All @@ -43,4 +43,3 @@ def cherry_py_stop_thread():
skip_job_scheduler=True,
port=8009,
)
time.sleep(2)

0 comments on commit 21485d6

Please sign in to comment.