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>
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>