mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-07 16:06:25 +00:00
"Timed out" isn't a terribly informative message, allow users to set something more informative. Inspired by a request from Jesse. Cc: Jesse Barnes <jbarnes@virtuousgeek.org> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
9 lines
107 B
C
9 lines
107 B
C
#include "igt_core.h"
|
|
#include <unistd.h>
|
|
|
|
igt_simple_main
|
|
{
|
|
igt_set_timeout(1, "Testcase");
|
|
sleep(5);
|
|
}
|