Skip to content

Commit

Permalink
CI: raise timeout to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
siraben committed Dec 23, 2020
1 parent 5a2466b commit 75493bc
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: 10
timeout-minutes: 15
- name: Test
run: echo "f803e4ca8cf281ec971f76a4920767242aa8427850ffbef85f69c4d01f5f3cdd result/share/raw" | sha256sum -c
- run: cp result/bin/vm vm && cp result/share/raw raw
Expand Down

0 comments on commit 75493bc

Please sign in to comment.