aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-common.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-12-09 19:27:58 -0800
committerGuy Harris <guy@alum.mit.edu>2016-12-10 03:29:22 +0000
commit5592deb6d0659a8f0dba52f8301fc7d19a56575a (patch)
tree1cbb57b7bdc3318a008a8a67aaa91e064700c3fd /tools/test-common.sh
parentf60ec2581ae825f89e669ca4b4f14917a2aab561 (diff)
Boost the max CPU time.
See if that lets the big file from bug 13226 pass the test under Valgrind. Change-Id: I76eb0c18809289e3b14ff8071402c31f70d93d42 Ping-Bug: 13226 Reviewed-on: https://code.wireshark.org/review/19189 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tools/test-common.sh')
-rwxr-xr-xtools/test-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index 627623ee57..74c955bfd3 100755
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -50,7 +50,7 @@ MAX_PASSES=0
# These may be set to your liking
# Stop the child process if it's running longer than x seconds
-MAX_CPU_TIME=300
+MAX_CPU_TIME=600
# Stop the child process if it's using more than y * 1024 bytes
MAX_VMEM=1000000
# Stop the child process if its stack is larger than than z * 1024 bytes