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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user