문제

I'm using Intern to write functional tests against a web app, and I would like to define a timeout > 30s (30s is the default timeout for Intern tests) for each of my functional tests.

I cannot find anything related in the documentation. Does anybody knows how to do this ?

Thanks for your help !

도움이 되었습니까?

해결책

This information is available in the Asynchronous Testing documentation. Set this.timeout from within the test to a value in milliseconds.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top