diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index aaba49ed0..088a8073e 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -118,7 +118,7 @@ my $sitetab; my $retries = 0; # The database initialization may take some time in the system boot scenario # wait for a while for the database initialization -while (!($sitetab=xCAT::Table->new('site')) && $retries < 20) +while (!($sitetab=xCAT::Table->new('site')) && $retries < 200) { print ("Can not open basic site table for configuration, waiting the database to be initialized.\n"); sleep 1;