Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
bump up timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic committed Jun 25, 2024
1 parent 86513a9 commit cc24664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/accuracy/test_lm_eval_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
TEST_DATA_FILE = os.environ.get("LM_EVAL_TEST_DATA_FILE", None)


def wait_for_server(timeout=300) -> bool:
def wait_for_server(timeout=900) -> bool:

def try_connection() -> bool:
try:
Expand Down

0 comments on commit cc24664

Please sign in to comment.