Searched refs:TITLE_WAIT (Results 1 – 2 of 2) sorted by relevance
37 TITLE_WAIT=1581 w ) TITLE_WAIT=$OPTARG;; # Time to wait for title boot161 echo "$(basename $0): waiting $TITLE_WAIT seconds for title to boot..."162 sleep $TITLE_WAIT
4799 int TITLE_WAIT = 15; // Time to wait for the title to boot (in seconds) in headlessrun()4859 if (!int.TryParse(args[i + 1], out TITLE_WAIT)) in headlessrun()4866 if (TITLE_WAIT < 0) in headlessrun()5027 … Console.WriteLine("cafex headlessrun: waiting {0} seconds for title to boot...", TITLE_WAIT); in headlessrun()5028 Thread.Sleep(TITLE_WAIT * 1000); in headlessrun()