# File lib/deep_test/test/work_unit.rb, line 8
 8:       def run
 9:         result = run_without_deadlock_protection 
10:         result = run_without_deadlock_protection if result.failed_due_to_deadlock?
11:         if result.failed_due_to_deadlock?
12:           result = WorkResult.new(@test_case.name)
13:           result.add_run
14:           result.output = "-deadlock-"
15:         end
16:         result
17:       end