diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-17 14:57:53 +0300 |
---|---|---|
committer | Stone, Avi (as206k) <as206k@att.com> | 2018-05-17 14:57:53 +0300 |
commit | 42aee2d5a03624130d1373238e58766aa30e716b (patch) | |
tree | 6aae662f4c44609803acad27b72308bd142616c5 /pom.xml | |
parent | e9a915333437c6e7d0a6adb9de183af95056ce8f (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -317,7 +317,7 @@ <goal>yarn</goal> </goals> <configuration> - <arguments>install</arguments> + <arguments>install --network-timeout 1000000</arguments> </configuration> </execution> <execution> |