diff options
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 |