Home
last modified time | relevance | path

Searched refs:m_nThreadTimeOut (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/qadevOOo/runner/complexlib/
H A DComplexTestCase.java50 protected int m_nThreadTimeOut = 0; field in ComplexTestCase
105 m_nThreadTimeOut = param.getInt("ThreadTimeOut"); in test_method()
106 if (m_nThreadTimeOut == 0) in test_method()
108 m_nThreadTimeOut = 300000; in test_method()
167 … while (th.isAlive() && (lastPing != newPing || factor * sleepingStep < m_nThreadTimeOut)) in test_method()
190 …subEntry.State = "Test did sleep for " + (m_nThreadTimeOut / 1000) + " seconds and has been killed… in test_method()

Completed in 5 milliseconds