1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Merge pull request #406 from jawallace/testing

give solr time to die after each test.
This commit is contained in:
Richard Cordovano
2013-12-20 13:23:32 -08:00

View File

@@ -144,6 +144,8 @@ class TestRunner(object):
logres.append(TestRunner._run_test(test_data))
test_data.printout = Errors.printout
test_data.printerror = Errors.printerror
# give solr process time to die.
time.sleep(10)
Reports.write_html_foot(test_config.html_log)
# TODO: move this elsewhere