corrected timeouts (#20954)

This commit is contained in:
Mikhail Ryzhov 2023-11-08 17:45:53 +01:00 committed by GitHub
parent c2d09b9a15
commit 9616c8f510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ jobs:
RPM_Packages:
needs: Build
timeout-minutes: 5
timeout-minutes: 10
defaults:
run:
shell: bash

View File

@ -646,7 +646,7 @@ jobs:
CXX_Unit_Tests:
name: C++ unit tests
needs: Build
timeout-minutes: 15
timeout-minutes: 20
defaults:
run:
shell: bash