corrected timeouts (#20954)
This commit is contained in:
parent
c2d09b9a15
commit
9616c8f510
2
.github/workflows/fedora.yml
vendored
2
.github/workflows/fedora.yml
vendored
@ -179,7 +179,7 @@ jobs:
|
||||
|
||||
RPM_Packages:
|
||||
needs: Build
|
||||
timeout-minutes: 5
|
||||
timeout-minutes: 10
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -646,7 +646,7 @@ jobs:
|
||||
CXX_Unit_Tests:
|
||||
name: C++ unit tests
|
||||
needs: Build
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 20
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user