Skip to content

Commit

Permalink
[gitpod] increase yarn network timeout to fix prebuilds
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
  • Loading branch information
akosyakov committed Jun 19, 2020
1 parent dc5b9e1 commit 8520d83
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .gitpod.yml
@@ -1,24 +1,24 @@
image:
file: .gitpod.dockerfile
ports:
- port: 3000 # Theia
- port: 3030 # VS Code extension tests
- port: 9229 # Node.js debug port
onOpen: ignore
- port: 9339 # Node.js debug port
onOpen: ignore
- port: 6080
onOpen: ignore
- port: 5900
onOpen: ignore
- port: 3000 # Theia
- port: 3030 # VS Code extension tests
- port: 5900
onOpen: ignore
- port: 6080
onOpen: ignore
- port: 9229 # Node.js debug port
onOpen: ignore
- port: 9339 # Node.js debug port
onOpen: ignore
tasks:
- init: yarn
command: >
jwm &
yarn --cwd examples/browser start ../.. --hostname=0.0.0.0
- init: yarn --network-timeout 100000
command: >
jwm &
yarn --cwd examples/browser start ../.. --hostname=0.0.0.0
github:
prebuilds:
pullRequestsFromForks: true
vscode:
extensions:
- dbaeumer.vscode-eslint@2.0.0:CwAMx4wYz1Kq39+1Aul4VQ==
- dbaeumer.vscode-eslint@2.0.0:CwAMx4wYz1Kq39+1Aul4VQ==

0 comments on commit 8520d83

Please sign in to comment.