# HG changeset patch # User kleing # Date 1052990574 -7200 # Node ID a6239314e38057aa68ffad83cdb143c4fb707a17 # Parent 3240066af013dc49ed528f1cd289d7570a96d414 give tests time to copy settings diff -r 3240066af013 -r a6239314e380 Admin/isatest-makedist --- a/Admin/isatest-makedist Wed May 14 20:36:29 2003 +0200 +++ b/Admin/isatest-makedist Thu May 15 11:22:54 2003 +0200 @@ -102,7 +102,11 @@ ## spawn test runs $SSH sunbroy2 "$MAKEALL $DISTPREFIX $HOME/settings/sun-poly $HOME/settings/sun-sml" +# give test some time to copy settings and start +sleep 5 $SSH atbroy51 "$MAKEALL $DISTPREFIX $HOME/settings/at-poly $HOME/settings/at-sml" +# give test some time to copy settings and start +sleep 5 $SSH macbroy33 "$MAKEALL $DISTPREFIX $HOME/settings/mac-poly" ## end