I tried searching and could not find the maximum time limit for an XCTest
. I wanted to write a test that is going to run for 1 - 2 hours. Can I do this using wait(for: [CompletionExpectation], timeout: 3600)
? Or will the test fail due to upper limit on test run time?
And if XCtest can't run such long tests then is there a different testing framework I can use? It would be nice if the testing framework belongs to one of these options: Working with iOS Tests in AWS Device Farm