Sync
Browse files- scripts/llvm_helper.py +1 -1
scripts/llvm_helper.py
CHANGED
@@ -270,7 +270,7 @@ def verify_dispatch(
|
|
270 |
out = subprocess.run(
|
271 |
args_list,
|
272 |
input=input.encode(),
|
273 |
-
timeout=10.0,
|
274 |
check=True,
|
275 |
capture_output=True,
|
276 |
)
|
|
|
270 |
out = subprocess.run(
|
271 |
args_list,
|
272 |
input=input.encode(),
|
273 |
+
timeout=120.0 if type == "crash" else 10.0,
|
274 |
check=True,
|
275 |
capture_output=True,
|
276 |
)
|