We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4e9fd commit 9cd4d11Copy full SHA for 9cd4d11
1 file changed
tests/smoke/test_smoke.py
@@ -58,7 +58,7 @@ def run_promptfoo(
58
capture_output=True,
59
text=True,
60
env=full_env,
61
- timeout=60, # Eval can take longer
+ timeout=120, # Increased timeout for npx fallback (first npx call downloads promptfoo)
62
)
63
64
stdout = result.stdout
0 commit comments