Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit d44a474

Browse files
CI: bump timeout value for nightly and weekly jobs
1 parent 485a1b7 commit d44a474

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/coverity.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22
name: CPP-coverity
3+
# It runs static analysis build - Coverity. It requires special token (set in CI's secret).
4+
35
on:
46
schedule:
57
# run this job at 00:00 UTC everyday

.github/workflows/gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CPP
2-
# It runs deafult OSes for each PR, push event or a new tag,
2+
# It runs default OSes for each PR, push event or a new tag,
33
# checks basic builds with various compilers and executes all sets of tests.
44

55
on:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
CONTAINER_REG: ghcr.io/pmem/libpmemobj-cpp
1414
HOST_WORKDIR: ${{ github.workspace }}
1515
WORKDIR: utils/docker
16-
TEST_TIMEOUT: 600
16+
TEST_TIMEOUT: 900
1717
IMG_VER: latest
1818
TYPE: debug
1919
PUSH_IMAGE: 1

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
CONTAINER_REG: ghcr.io/pmem/libpmemobj-cpp
1414
HOST_WORKDIR: ${{ github.workspace }}
1515
WORKDIR: utils/docker
16-
TEST_TIMEOUT: 600
16+
TEST_TIMEOUT: 900
1717
IMG_VER: latest
1818
PUSH_IMAGE: 0
1919

0 commit comments

Comments
 (0)