uppbox: AutoTest

git-svn-id: svn://ultimatepp.org/upp/trunk@7239 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-04-13 05:52:14 +00:00
parent e077a51b45
commit d735918b9f

View file

@ -75,7 +75,7 @@ void Do(const char *nest, const char *bm, bool release, bool test)
String h = LoadFile(upp);
int q = h.FindAfter("#WAIT:");
if(q >= 0) {
timeout = max(60 * 1000 * atoi(~h + q + strlen("#WAIT:")), timeout);
timeout = max(60 * 1000 * atoi(~h + q), timeout);
}
int msecs0 = msecs();
for(;;) {