Searched refs:mMaxTestTimeout (Results 1 – 1 of 1) sorted by relevance
182 private long mMaxTestTimeout = 1000 * 60 * 60 * 3; field in VtsMultiDeviceTest1315 long timeout = mMaxTestTimeout; in doRunTest()1316 if (mMaxTestTimeout < mTestTimeout) { in doRunTest()