circle-ci: increase no_output_timeout to fix doc build

This commit is contained in:
Gaetan Lepage 2023-08-07 12:20:44 +02:00 committed by Gaétan Lepage
parent 48688bfbb7
commit 2842956904

View file

@ -15,6 +15,7 @@ jobs:
- checkout - checkout
- run: - run:
name: "Build docs" name: "Build docs"
no_output_timeout: 30m
command: "nix build '.#docs' --show-trace" command: "nix build '.#docs' --show-trace"
- persist_to_workspace: - persist_to_workspace:
root: "result/share/" root: "result/share/"