Skip to content

Commit 9cd4d11

Browse files
committed
fix: increase smoke test timeout for npx fallback scenarios
The first npx call can be slow as it downloads promptfoo. Increased timeout from 60s to 120s to accommodate this.
1 parent 3f4e9fd commit 9cd4d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke/test_smoke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run_promptfoo(
5858
capture_output=True,
5959
text=True,
6060
env=full_env,
61-
timeout=60, # Eval can take longer
61+
timeout=120, # Increased timeout for npx fallback (first npx call downloads promptfoo)
6262
)
6363

6464
stdout = result.stdout

0 commit comments

Comments
 (0)