Browse Source

Reduce yarn timeout

Previous timeout was unintentionally high
orangelynx 4 years ago
parent
commit
e62fc6a7cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jupyterlab/staging/.yarnrc

+ 1 - 1
jupyterlab/staging/.yarnrc

@@ -1,3 +1,3 @@
 yarn-path "./yarn.js"
 ignore-optional true
-network-timeout "1000000"
+network-timeout "60000"