Skip to content

Commit

Permalink
Set timeout-minutes to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett committed Jul 31, 2024
1 parent b4718f9 commit e5ae663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
./amalgam${{ matrix.amlg-postfix }} --version
- name: Run Evolver
timeout-minutes: 20
id: run
run: |
# Install GDB
Expand Down Expand Up @@ -115,7 +116,7 @@ jobs:
fi
else
# If GDB exited with code 0, there was a segfault
echo "$gdb_output"
echo "$gdb_output" | tail -n 200
exit 139
fi
Expand Down

0 comments on commit e5ae663

Please sign in to comment.