diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-10-15 13:34:09 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-10-15 13:34:09 -0400 |
commit | 2fd7ccf31d1397b18e5a3793d8bd7cdb374a63ec (patch) | |
tree | 200b3c7f81a98d8d6968ab015279bf053eee6278 | |
parent | dbaab8b6a854c9c4e8824dde669ffabf9d58191d (diff) |
avoid keytrans test suite breakage on fast processors (addresses http://bugs.debian.org/591118)
-rwxr-xr-x | tests/keytrans | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/keytrans b/tests/keytrans index 411b42e..3aaed50 100755 --- a/tests/keytrans +++ b/tests/keytrans @@ -138,6 +138,12 @@ EOF diff -u "$TEMPDIR"/expectedout <(gpg --check-sigs --with-colons --fixed-list-mode | grep -v ^tru) echo "##################################################" +echo "### sleeping to avoid test suite breakage on fast" +echo "### processors (see http://bugs.debian.org/591118)" + +sleep 2 + +echo "##################################################" echo "### test User ID revocation ... " revtime=$(($timestamp + 1)) |