Which of the following decorator is used to report a test as a failure one, if execution of it takes more than the specified number of seconds?

Questions & AnswersCategory: Programming LanguageWhich of the following decorator is used to report a test as a failure one, if execution of it takes more than the specified number of seconds?
Adam asked 3 years ago

Which of the following decorator is used to report a test as a failure one, if execution of it takes more than the specified number of seconds?
a. @timeit
b. @time
c. @timecheck
d. @timed