diff options
author | John Levon <john.levon@joyent.com> | 2019-11-20 14:06:21 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2019-11-20 21:11:46 +0000 |
commit | 5928363ef66d875d343b47ca57f45a68d08a056a (patch) | |
tree | e02a84df636a93acbea95c6d4fcb2951906822a1 /usr/src | |
parent | f557613a52efd99cf11a085bca7a35c5e93315f1 (diff) | |
download | illumos-joyent-5928363ef66d875d343b47ca57f45a68d08a056a.tar.gz |
12008 libc symbol test timeout should be bumped
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/test/libc-tests/runfiles/default.run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/test/libc-tests/runfiles/default.run b/usr/src/test/libc-tests/runfiles/default.run index fbc8be8d40..64cdae5fcb 100644 --- a/usr/src/test/libc-tests/runfiles/default.run +++ b/usr/src/test/libc-tests/runfiles/default.run @@ -12,14 +12,14 @@ # # Copyright (c) 2012 by Delphix. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> -# Copyright 2018 Joyent, Inc. +# Copyright 2019 Joyent, Inc. # [DEFAULT] pre = verbose = False quiet = False -timeout = 60 +timeout = 120 post = outputdir = /var/tmp/test_results |