Skip to content

Commit 137a0f6

Browse files
committed
rdma: add timeout to the RDMA job
SPDK tests usually are meant to finish in up to 30min. The common tests part of per-patch have a timeout set to 60min, so use that here in order to prevent hangs in tests blocking CI. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@nutanix.com>
1 parent 66345d6 commit 137a0f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nvmf-rdma.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
jobs:
2020
hpe-nvmf-rdma:
2121
runs-on: [hpe-rdma-vm]
22+
timeout-minutes: 60
2223
env:
2324
gerrit_ref: ${{ inputs.client_payload != '' && fromJson(inputs.client_payload).patchSet.ref || inputs.gerrit_ref }}
2425
spdk_path: './spdk'

0 commit comments

Comments
 (0)