diff options
author | makefu <github@syntax-fehler.de> | 2015-12-24 02:20:24 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-24 02:20:24 +0100 |
commit | 6e4351044195f1f3b5708785e760b9d118e2c229 (patch) | |
tree | 79f8d4e9421a3728cba49203f818b3b56b656491 /krebs | |
parent | 3adf78473d2deff0b991d7222e928fa2888529f6 (diff) |
k 5 test/infest*: up limit of final connect
Diffstat (limited to 'krebs')
-rwxr-xr-x | krebs/5pkgs/test/infest-cac-centos7/notes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/test/infest-cac-centos7/notes b/krebs/5pkgs/test/infest-cac-centos7/notes index 5fd0cae61..5bb5de2c4 100755 --- a/krebs/5pkgs/test/infest-cac-centos7/notes +++ b/krebs/5pkgs/test/infest-cac-centos7/notes @@ -99,7 +99,7 @@ cac powerop $id reset wait_login(){ # timeout - for t in `seq 20`;do + for t in `seq 90`;do # now we have a working cac server if ssh -o StrictHostKeyChecking=no \ -o UserKnownHostsFile=/dev/null \ |