From 3bef6c85e8d39479e7dea734b0014a3b8f189d52 Mon Sep 17 00:00:00 2001 From: apbassett <43486400+apbassett@users.noreply.github.com> Date: Fri, 3 Jul 2026 11:12:59 -0400 Subject: [PATCH 1/2] 00000: Increases Evolver timeout from 6 to 10 minutes --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ab1418..6d51809 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,8 +105,8 @@ jobs: echo "Running..." # Run Evolver with GDB - # However, sent a SIGINT after 6 minutes (indicating a hanging Evolver) to get a stacktrace - TIMEOUT=360 + # However, sent a SIGINT after 10 minutes (indicating a hanging Evolver) to get a stacktrace + TIMEOUT=600 # Run GDB in the background gdb_output_file=$(mktemp) From 8eb0ede58efe600845378d566c071ac8da03a895 Mon Sep 17 00:00:00 2001 From: "Christopher J. Hazard, PhD" <143410553+howsohazard@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:28:43 -0400 Subject: [PATCH 2/2] Lowers compute allowed for evolved players --- tic_tac_toe_evolver.amlg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tic_tac_toe_evolver.amlg b/tic_tac_toe_evolver.amlg index 30b1605..e2975ab 100644 --- a/tic_tac_toe_evolver.amlg +++ b/tic_tac_toe_evolver.amlg @@ -28,8 +28,11 @@ board board player player ) - ;sandbox execution using defaults - .true + ;sandbox execution using defaults but constrain compute and memory a little more + { + max_node_operations 3000 + max_node_allocations 2500 + } ) get_player_1_move