From: Ian Jackson Date: Sun, 7 Jan 2018 16:37:40 +0000 (+0000) Subject: test suite: gnupg: Fix sleep length in apt-get gpg --import case X-Git-Tag: archive/debian/4.2~18 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ce1a7920972a8f72053577660205ec33c792beb0;p=dgit.git test suite: gnupg: Fix sleep length in apt-get gpg --import case This was supposed to sleep for 5 seconds _instead_. This is a kind-of-expected error and it's best to carry on a bit quicker. Signed-off-by: Ian Jackson --- diff --git a/tests/tstunt/gpg-locked b/tests/tstunt/gpg-locked index 9dfda269..1b6cc111 100755 --- a/tests/tstunt/gpg-locked +++ b/tests/tstunt/gpg-locked @@ -41,10 +41,9 @@ else exec >/dev/tty printf "%s\n" "$*" ' x "GNUPG WRAPPER - TROUBLE - $HOME $GNUPGHOME - FAILED $rc $attempt $stdin_tmp_bytes $*" + sleep 10 fi -sleep 10 - done exit 127