fix: increase test timeout for TMEM kernel

This commit is contained in:
2026-05-28 06:41:59 +00:00
parent a391615f60
commit e58980f80e

View File

@@ -47,7 +47,7 @@ print("\n" + "=" * 60)
print("Running standalone FMHA SM100 test...")
print("=" * 60)
result = subprocess.run([out], capture_output=True, text=True, timeout=30)
result = subprocess.run([out], capture_output=True, text=True, timeout=90)
print(result.stdout)
if result.stderr:
print(f"STDERR: {result.stderr[-500:]}")