From 14a48c13d5d333643c6ac4671c15c5c650795b3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz>
Date: Wed, 28 Feb 2024 14:18:27 +0100
Subject: [PATCH] Update job-priority.md - timelimit

---
 docs.it4i/general/job-priority.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/general/job-priority.md b/docs.it4i/general/job-priority.md
index 4f5805b3a..7e2a0dbaf 100644
--- a/docs.it4i/general/job-priority.md
+++ b/docs.it4i/general/job-priority.md
@@ -49,9 +49,9 @@ The scheduler makes a list of jobs to run in order of execution priority. The sc
 This means that jobs with lower execution priority can be run before jobs with higher execution priority.
 
 !!! note
-    It is **very beneficial to specify the walltime** when submitting jobs.
+    It is **very beneficial to specify the timelimit** when submitting jobs.
 
-Specifying more accurate walltime enables better scheduling, better execution times, and better resource usage. Jobs with suitable (small) walltime can be backfilled - and overtake job(s) with a higher priority.
+Specifying more accurate timelimit enables better scheduling, better execution times, and better resource usage. Jobs with suitable (small) timelimit can be backfilled - and overtake job(s) with a higher priority.
 
 ---8<--- "mathjax.md"
 
-- 
GitLab