Skip to content

Commit 37dc0de

Browse files
committed
Increase sleep time to 10 seconds when waiting for Grid Engine to start.
1 parent eb77071 commit 37dc0de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis/install_sge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "gridengine-master shared/gridenginemaster string localhost" | sudo debconf
1111
echo "gridengine-master shared/gridenginecell string default" | sudo debconf-set-selections
1212
echo "gridengine-master shared/gridengineconfig boolean true" | sudo debconf-set-selections
1313
sudo apt-get install 'gridengine-*' libdrmaa1.0
14-
sleep 5 # Wait for the server to come up, just in case
14+
sleep 10 # Wait for the server to come up, just in case
1515
export CORES=$(grep -c '^processor' /proc/cpuinfo)
1616
sed -i -r "s/template/$USER/" user_template
1717
sudo qconf -Auser user_template

0 commit comments

Comments
 (0)