# HG changeset patch # User wenzelm # Date 1346836741 -7200 # Node ID ae4fe6e4c3c0e8c94c0401db9d7b55bbf0edd2a1 # Parent 0f81eca1e47339ada7d84aa5c8f1e52ddeaa0d8b no need to wait 3h on macbroy30 (unlike former macbroy6, cf. 6e5b994070c1); diff -r 0f81eca1e473 -r ae4fe6e4c3c0 Admin/isatest/isatest-makedist --- a/Admin/isatest/isatest-makedist Wed Sep 05 10:53:51 2012 +0200 +++ b/Admin/isatest/isatest-makedist Wed Sep 05 11:19:01 2012 +0200 @@ -116,7 +116,7 @@ sleep 15 $SSH macbroy6 "$MAKEALL $HOME/settings/mac-poly64-M2" sleep 15 -$SSH macbroy30 "sleep 10800; $MAKEALL $HOME/settings/mac-poly-M2" +$SSH macbroy30 "$MAKEALL $HOME/settings/mac-poly-M2" echo ------------------- spawned tests successfully --- `date` --- $HOSTNAME >> $DISTLOG 2>&1