Skip to content

Commit e6e5a8f

Browse files
committed
[CI] Adjust timeouts for tests
Due to the significant load on the Jenkins agent on the baremetal host, the timeouts for tests and the pipeline are insufficient to process all test cases. Here we temporarily extend the timeouts to let CI runs, but later we're going to move some tests to containers: HPCINFRA-3252 to improve timings and to decrease the load to baremetal host. Signed-off-by: Viacheslav Login <[email protected]>
1 parent ab92a6c commit e6e5a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/jenkins_tests/globals.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ NPROC=8
2828
make_opt="-j${NPROC}"
2929

3030
if [ $(command -v timeout >/dev/null 2>&1 && echo $?) ]; then
31-
timeout_exe="timeout -s SIGKILL 20m"
31+
timeout_exe="timeout -s SIGKILL 30m"
3232
long_timeout_exe="timeout -s SIGKILL 40m"
3333
fi
3434

0 commit comments

Comments
 (0)