Changeset 5727

Show
Ignore:
Timestamp:
11/06/09 10:18:28 (2 weeks ago)
Author:
balaji
Message:

Yet another workaround for bb problems -- wait for longer after
allocating an image before trying to ssh into it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • devtools/testing/trunk/cron/alloc.pl

    r5651 r5727  
    8484    my $image = shift; 
    8585    system("${BBALLOC} -i ${image} ${HOST}"); 
    86     system("sleep 10"); 
     86    system("sleep 60"); 
    8787    system("ssh root\@${HOST} /home/mpich2/nightly/cron/raid-probe.sh"); 
    8888    system("ssh root\@${HOST} /home/mpich2/nightly/cron/soft-probe.sh");