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

Commit

Permalink
Set 2h timeout on complement
Browse files Browse the repository at this point in the history
Seems pretty wild and a blocker to merging, but still want to confirm
it does work.
  • Loading branch information
Fizzadar committed Feb 3, 2023
1 parent a1c4ecf commit 0160c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beeper-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
sudo apt-get install -qqy libolm3 libolm-dev
go install -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
- name: Run Complement
run: ./scripts-dev/complement.sh
run: ./scripts-dev/complement.sh -timeout 2h
env:
COMPLEMENT_DIR: complement
WORKERS: 1
Expand Down

0 comments on commit 0160c52

Please sign in to comment.