Skip to content
Commit 79d21681 authored by Alexander Kanavin's avatar Alexander Kanavin Committed by Steve Sakoman
Browse files

meta/lib/oeqa/core/tests/cases/timeout.py: add a testcase for the previous fix



This is the sequence that didn't properly operate:

- a test case that skips and isn't executed
- a second test case that is skipped via a dependency decorator, and sets a timeout
- a third test case that takes longer than the timeout from the second
test case

Without the fix, the timeout is not cleared, and the third test case is
erroneously aborted. With the fix, the timeout is cleared and the third
test case is able to complete.

Signed-off-by: default avatarAlexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 54ef07a9)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent d004c39a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment