summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStone, Avi (as206k) <as206k@att.com>2018-05-17 14:57:53 +0300
committerStone, Avi (as206k) <as206k@att.com>2018-05-17 14:57:53 +0300
commit42aee2d5a03624130d1373238e58766aa30e716b (patch)
tree6aae662f4c44609803acad27b72308bd142616c5
parente9a915333437c6e7d0a6adb9de183af95056ce8f (diff)
Fix pom for docker files
Fix poms for docker files so the docker job would run Change-Id: I26b6d7e41f0d81eabb80f6dd888caaa8617b3675 Issue-ID: SDC-1339 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 042084b..9c41319 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,7 +317,7 @@
<goal>yarn</goal>
</goals>
<configuration>
- <arguments>install</arguments>
+ <arguments>install --network-timeout 1000000</arguments>
</configuration>
</execution>
<execution>