From: Robin Dunn Date: Fri, 8 Apr 2005 21:46:07 +0000 (+0000) Subject: Add a small delay after the build before the Job moves on to the next item. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/74d0522541ddee1bb0554e2e6e7df3bc0e53fcb8 Add a small delay after the build before the Job moves on to the next item. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/all/build-rpm b/wxPython/distrib/all/build-rpm index 66e9afaed7..e95431c255 100755 --- a/wxPython/distrib/all/build-rpm +++ b/wxPython/distrib/all/build-rpm @@ -96,3 +96,5 @@ if [ $skiplinux != yes ]; then sleep 10 fi fi + +sleep 30