5s default wait_until() time. Wait 5m instead of 16m for wipe_clean(). Don't connect to slave2 in wipe_clean() any longer.

This commit is contained in:
Daniel Nichter
2012-06-06 11:43:56 -07:00
parent 805b9dec4a
commit 14b615ebd9
2 changed files with 4 additions and 6 deletions

View File

@@ -233,7 +233,7 @@ sub parse_file {
sub wait_until {
my ( $code, $t, $max_t ) = @_;
$t ||= .20;
$max_t ||= 5;
$max_t ||= 30;
my $slept = 0;
while ( $slept <= $max_t ) {