We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7650b2e commit b79e85bCopy full SHA for b79e85b
cuda_bindings/tests/test_path_finder.py
@@ -88,6 +88,7 @@ def test_find_or_load_nvidia_dynamic_library(info_summary_append, api, libname):
88
stdout=subprocess.PIPE,
89
stderr=subprocess.PIPE,
90
encoding="utf-8",
91
+ timeout=10, # Ensure CI testing does not hang for an excessive amount of time.
92
)
93
if result.returncode == 0:
94
info_summary_append(f"abs_path={result.stdout.rstrip()}")
0 commit comments