mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-07 18:44:54 -06:00
uppbox: AutoTest
git-svn-id: svn://ultimatepp.org/upp/trunk@7239 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e077a51b45
commit
d735918b9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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(;;) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue