commit | 9cc3dd9857ad022f60f8efa7a81e00f914068b1c | [log] [tgz] |
---|---|---|
author | GlennRC <glenn@onlab.us> | Thu Dec 10 12:21:25 2015 -0800 |
committer | GlennRC <glenn@onlab.us> | Thu Dec 10 12:22:08 2015 -0800 |
tree | 246b5c938c99348c494b23bd599492ac01680002 | |
parent | 51d108e751bbde21e8ef4ff1305f83f6ef99514f [diff] |
Increased timeout for onos-package Change-Id: I06f377b1fb9f2b7e4185c47152b97532df743248
diff --git a/TestON/drivers/common/cli/onosdriver.py b/TestON/drivers/common/cli/onosdriver.py index 2fae817..d0e95a5 100644 --- a/TestON/drivers/common/cli/onosdriver.py +++ b/TestON/drivers/common/cli/onosdriver.py
@@ -183,7 +183,7 @@ main.cleanup() main.exit() - def onosPackage( self, opTimeout=30 ): + def onosPackage( self, opTimeout=120 ): """ Produce a self-contained tar.gz file that can be deployed and executed on any platform with Java 7 JRE.