Skip to content

Commit

Permalink
ci: increase yarn network timeout (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga committed Aug 28, 2023
1 parent 9fbf762 commit 7db53b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ internal/ui:

internal/ui/node_modules: internal/ui
@echo "@==> $@"
@cd internal/ui && yarn install --network-timeout 120000
@cd internal/ui && yarn install --network-timeout 1000000

.PHONY: pomerium-ui
pomerium-ui: internal/ui/dist/index.js
Expand Down

0 comments on commit 7db53b5

Please sign in to comment.