diff options
author | Werner Koch <wk@gnupg.org> | 1999-03-17 13:13:04 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-03-17 13:13:04 +0100 |
commit | 8d255ff264b519faa056a1041cbf1eb969c23206 (patch) | |
tree | f7a2a55452b20d3e01a6067209430f0045d4c241 /checks/genkey1024.test | |
parent | See ChangeLog: Sun Mar 14 19:34:36 CET 1999 Werner Koch (diff) | |
download | gnupg2-8d255ff264b519faa056a1041cbf1eb969c23206.tar.xz gnupg2-8d255ff264b519faa056a1041cbf1eb969c23206.zip |
See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner Koch
Diffstat (limited to 'checks/genkey1024.test')
-rwxr-xr-x | checks/genkey1024.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/checks/genkey1024.test b/checks/genkey1024.test index ac1868e3d..bd79bcb89 100755 --- a/checks/genkey1024.test +++ b/checks/genkey1024.test @@ -13,7 +13,7 @@ fi LANG= LANGUAGE= -expect - <<EOF >/dev/null +expect - <<EOF >/dev/null #set timeout -1 set timeout 8 match_max 100000 @@ -89,10 +89,11 @@ Enter passphrase: " { sleep 1; send -- "abc\r" } expect { -ex "\r \rRepeat passphrase: " { sleep 1; send -- "abc\r" } timeout { exit 1 } } +set timeout 600 expect { -ex "\r \rWe need to generate a lot of random bytes. It is a good idea to perform\r some other action (work in another window, move the mouse, utilize the\r -network and the disks) during the prime generation; this gives the random\r +the disks) during the prime generation; this gives the random\r number generator a better chance to gain enough entropy.\r" {} timeout { exit 1 } } set timeout 600 |