Skip to content

Commit

Permalink
increase timeout for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ngc92 committed Feb 2, 2025
1 parent cfee2d5 commit 988211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord-cluster-manager/run_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def compile_cuda_script( # # noqa: C901
)


def run_program(args: list[str], seed: int, timeout: int = 30) -> RunResult:
def run_program(args: list[str], seed: int, timeout: int = 60) -> RunResult:
print("[Running]")
# set up a pipe so the tester can communicate its verdict with us
env = os.environ.copy()
Expand Down

0 comments on commit 988211d

Please sign in to comment.