]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
test-zstd-speed.py: default timeout changed to 1800 seconds 433/head
authorPrzemyslaw Skibinski <inikep@gmail.com>
Fri, 28 Oct 2016 18:40:21 +0000 (20:40 +0200)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Fri, 28 Oct 2016 18:40:21 +0000 (20:40 +0200)
tests/test-zstd-speed.py

index a556b0337ed098dbf158caa630395b441ff8e11e..23d4f477c7f3ddaa9d420c454a704833f1793fb1 100755 (executable)
@@ -260,7 +260,7 @@ if __name__ == '__main__':
     parser.add_argument('--maxLoadAvg', type=float, help='maximum load average to start testing', default=0.75)
     parser.add_argument('--lastCLevel', type=int, help='last compression level for testing', default=5)
     parser.add_argument('--sleepTime', '-s', type=int, help='frequency of repository checking in seconds', default=300)
-    parser.add_argument('--timeout', '-t', type=int, help='timeout for executing shell commands', default=600)
+    parser.add_argument('--timeout', '-t', type=int, help='timeout for executing shell commands', default=1800)
     parser.add_argument('--dry-run', dest='dry_run', action='store_true', help='not build', default=False)
     parser.add_argument('--verbose', '-v', action='store_true', help='more verbose logs', default=False)
     args = parser.parse_args()