summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@fingolfin.org>2020-11-02 07:42:59 -0800
committerRobert Mustacchi <rm@fingolfin.org>2020-11-09 17:36:54 -0800
commit7b34a9a5df26271af0da06974fc361c468cd48d3 (patch)
tree8d092d454c23e4de431535e7ee0ed6c0c5284614
parent6cb54de2051534cc59e36ddc42abe1960e47c133 (diff)
downloadillumos-joyent-7b34a9a5df26271af0da06974fc361c468cd48d3.tar.gz
13281 bump crypto tests timeout
Reviewed by: Jason Lippert <jason@glasspelican.ca> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Richard Lowe <richlowe@richlowe.net>
-rw-r--r--usr/src/test/crypto-tests/runfiles/default.run7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/test/crypto-tests/runfiles/default.run b/usr/src/test/crypto-tests/runfiles/default.run
index 7a8f913e43..bfda2b5eae 100644
--- a/usr/src/test/crypto-tests/runfiles/default.run
+++ b/usr/src/test/crypto-tests/runfiles/default.run
@@ -19,7 +19,12 @@
pre =
verbose = False
quiet = False
-timeout = 60
+#
+# Unfortunately, if the tpm based PKCS11 library is present, libtspi will make
+# socket calls left and right that take a bit to timeout which induce latency
+# into every test case. Bump the timeout until this is no longer a problem.
+#
+timeout = 250
post =
outputdir = /var/tmp/test_results