Skip to content

Commit

Permalink
CI: raise timeout to 20 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
siraben committed Dec 28, 2020
1 parent 15e614c commit b65c902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build
run: nix-build -A blynn-compiler
timeout-minutes: 15
timeout-minutes: 20
- name: Check hash of raw
run: echo "f803e4ca8cf281ec971f76a4920767242aa8427850ffbef85f69c4d01f5f3cdd result/share/raw" | sha256sum -c
- run: cp result/bin/vm vm && cp result/share/raw raw && cp result/bin/precisely precisely
Expand Down

0 comments on commit b65c902

Please sign in to comment.