From c6fccb9047444fe983e2cf77cb1042bc95033342 Mon Sep 17 00:00:00 2001 From: brb Date: Fri, 14 Jul 2023 14:52:02 +0200 Subject: [PATCH] updated test script --- .gitea/gpu_runner/script.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/gpu_runner/script.yml b/.gitea/gpu_runner/script.yml index 728257d..c872bb1 100644 --- a/.gitea/gpu_runner/script.yml +++ b/.gitea/gpu_runner/script.yml @@ -1,3 +1,4 @@ script: | echo "start of script" + sleep 15 echo "end of script" \ No newline at end of file