why my test case always timeout exception on iOS 8.0~9.3, but works well on iOS10.1 ?
- Dominant language
- Objective-C
- Stars
- 5.7k
- Forks
- 737
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 5
Description
here is the log
09:53:04.974 myproject[1169:13553] -[_XCTestDriverTestObserver testCaseDidFinish:]
09:53:04.994 Xcode[323:2895] _XCT_testCaseDidFinishForTestClass:HDFirstLauchTest method:testPresenceOfKeyWindow withStatus:failed duration:0.3081129789352417
09:53:04.975 myproject[1169:13553] -[_XCTestDriverTestObserver testSuiteDidFinish:]
09:53:04.994 Xcode[323:2895] _XCT_testSuite:HDFirstLauchTest didFinishAt:2017-05-18 01:53:04 +0000 runCount:2 withFailures:2 unexpected:2 testDuration:40.61135393381119 totalDuration:40.62862199544907
09:53:04.975 myproject[1169:13553] -[_XCTestDriverTestObserver testSuiteDidFinish:]
09:53:04.995 Xcode[323:2895] _XCT_testSuite:myprojectTests.xctest didFinishAt:2017-05-18 01:53:04 +0000 runCount:2 withFailures:2 unexpected:2 testDuration:40.61135393381119 totalDuration:40.62961000204086
09:53:04.975 myproject[1169:13553] -[_XCTestDriverTestObserver testSuiteDidFinish:]
09:53:04.995 Xcode[323:2895] _XCT_testSuite:All tests didFinishAt:2017-05-18 01:53:04 +0000 runCount:2 withFailures:2 unexpected:2 testDuration:40.61135393381119 totalDuration:40.63103199005127
09:53:04.976 myproject[1169:13553] Finished running suite.
09:53:04.976 myproject[1169:13553] -[_XCTestDriverTestObserver testBundleDidFinish:], Flushing connection to IDE...
09:53:04.995 Xcode[323:2895] -[IDETestOperationCoordinator _XCT_didFinishExecutingTestPlan]
09:53:04.995 Xcode[323:2895] _finishWithError:(null) didCancel: 0
Contributor guide
Assessment
This issue has not been assessed yet.