Skip to content

Commit 5bd8d95

Browse files
committed
try longer nvbandwidth timeout
1 parent 9bf948a commit 5bd8d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inspector/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def __len__(self):
419419
command="nvbandwidth -j",
420420
precheck_command="lshw -C display -json | jq -r '.[].vendor'",
421421
precheck_regex="nvidia",
422-
timeout=timedelta(minutes=15),
422+
timeout=timedelta(minutes=30),
423423
)
424424

425425
passmark = DockerTask(

0 commit comments

Comments
 (0)