We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79e85b commit f9a9e9fCopy full SHA for f9a9e9f
cuda_bindings/tests/test_path_finder.py
@@ -88,7 +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.
+ timeout=30, # 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