Skip to content

Commit

Permalink
Merge pull request #5567 from lukaszstolarczuk/update-CI-2
Browse files Browse the repository at this point in the history
Update tests timeout for CI's self-hosted workflows
  • Loading branch information
lukaszstolarczuk authored Mar 31, 2023
2 parents 0d2d76d + a359145 commit 6f2bce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: valgrind
if: github.repository == 'pmem/pmdk'
runs-on: ${{ matrix.os }}
timeout-minutes: 4320
timeout-minutes: 4320 # wait max 3 days
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions utils/gha-runners/create-testconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PMEM_FS_DIR=${MOUNT_POINT}
NON_PMEM_FS_DIR=${NON_PMEM_DIR}
DEVICE_DAX_PATH=($(ndctl list -X | jq -r '.[].daxregion.devices[].chardev' | awk '$0="/dev/"$0' | paste -sd' '))
KEEP_GOING=n
TEST_TIMEOUT=60m
TEST_TIMEOUT=75m
ENABLE_SUDO_TESTS=y
EOL

Expand All @@ -41,7 +41,7 @@ config = {
'granularity': 'all',
'fail_on_skip': False,
'keep_going': False,
'timeout': '60m',
'timeout': '75m',
'fs_dir_force_pmem': 0,
'dump_lines': 30,
'force_enable': None,
Expand Down

0 comments on commit 6f2bce3

Please sign in to comment.