mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
lib/tests: add a test for igt_set_timeout
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "igt_core.h"
|
||||
#include <unistd.h>
|
||||
|
||||
igt_simple_main
|
||||
{
|
||||
igt_set_timeout(1);
|
||||
sleep(5);
|
||||
}
|
||||
Reference in New Issue
Block a user