Skip to content

Commit

Permalink
Change timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skotlowskii committed Apr 4, 2023
1 parent 3abb65a commit 50693c2
Showing 1 changed file with 2 additions and 2 deletions.
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=75m
TEST_TIMEOUT=480m
ENABLE_SUDO_TESTS=y
EOL

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

0 comments on commit 50693c2

Please sign in to comment.